Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Oct 5, 2021
1 parent 80ffb77 commit d060779
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#Dev
# uxmp-gui

# Build commands

### Start dev server

```shell
npm run dev
```

Starts a dev server on `http://localhost:3000/`

### Build project

```bash
npm run build
```

Runs a build and saves the artifacts in `dist/`

0 comments on commit d060779

Please sign in to comment.