mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 07:23:55 +00:00
Instructions to run locally
This commit is contained in:
parent
2aa5efd993
commit
5f7c120f4d
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue