New UI for Farpatch
Go to file
Sean Cross ceb2d55543 refactor everything to typescript
We don't need React -- we'll reinvent it ourselves!

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-02 11:17:23 +08:00
src refactor everything to typescript 2023-12-02 11:17:23 +08:00
static refactor everything to typescript 2023-12-02 11:17:23 +08:00
.gitattributes getting some structure 2023-12-01 23:49:39 +08:00
.gitignore getting some structure 2023-12-01 23:49:39 +08:00
package-lock.json refactor everything to typescript 2023-12-02 11:17:23 +08:00
package.json getting some structure 2023-12-01 23:49:39 +08:00
README.md getting some structure 2023-12-01 23:49:39 +08:00
tsconfig.json getting some structure 2023-12-01 23:49:39 +08:00
webpack.config.js getting some structure 2023-12-01 23:49:39 +08:00

Farpatch UI

Getting Started

Install the required packages:

npm install

Usage

This repository installs things within the node_modules directory. To run commands, prefix them with npx. For example, to run the Typescript compiler, run npx tsc. Or to run the Speedy Web Compiler, run npx swc.