Sean Cross
32c1b7d54b
Things like reflowing works, as well as switching between "applications". Things seem to be coming along nicely. Signed-off-by: Sean Cross <sean@xobs.io>
14 lines
322 B
Markdown
14 lines
322 B
Markdown
# Farpatch UI
|
|
|
|
## Getting Started
|
|
|
|
Install the required packages:
|
|
|
|
```bash
|
|
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`.
|