aaf6931d78
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
19 lines
228 B
Markdown
19 lines
228 B
Markdown
# Node Status UI
|
|
|
|
## Build
|
|
|
|
```bash
|
|
pnpm build
|
|
```
|
|
|
|
## Local development
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
pnpm i
|
|
pnpm dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|