New UI for Farpatch
Sean Cross
0a3b6fe96e
This allows us to add a mock library for simulating the real device. Signed-off-by: Sean Cross <sean@xobs.io> |
||
---|---|---|
mock | ||
src | ||
static | ||
.gitattributes | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.ts |
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
.