Instructions to run locally

This commit is contained in:
Jordan Eldredge 2021-06-30 22:49:53 -07:00
parent 2aa5efd993
commit 5f7c120f4d

View file

@ -1,3 +1,13 @@
## Running locally
Assuming you have [Yarn](https://yarnpkg.com/) installed:
```bash
cd packages/webamp-modern-2
yarn
yarn start
```
# TODO Next
- [ ] Figure out if global NULL is actually typed as INT in Maki. I suspect there is no NULL type, but only an INT who happens to be zero.