New UI for Farpatch
Go to file
Sean Cross c165b2e7b1 mock: remove excess fields
These aren't really used.

Signed-off-by: Sean Cross <sean@xobs.io>
2024-01-10 12:15:54 +08:00
lib co: add typescript wrapper 2023-12-11 16:49:42 +08:00
mock mock: remove excess fields 2024-01-10 12:15:54 +08:00
src co: add typescript wrapper 2023-12-11 16:49:42 +08:00
static add zork game 2023-12-11 15:15:19 +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
README.md mock: start mocking real dashboard settings 2023-12-03 17:54:18 +08:00
package-lock.json convert webpack to typescript 2023-12-03 16:58:54 +08:00
package.json packages: move dev pagages to devDependencies 2023-12-06 18:00:38 +08:00
tsconfig.json add zork game 2023-12-11 15:15:19 +08:00
webpack.config.ts mobile: fix mobile view 2023-12-03 19:35:34 +08:00

README.md

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 Webpack, run npx webpack.

You will likely be using npm run build to build software, and npm run start to start interactive development.