14 lines
91 B
Markdown
14 lines
91 B
Markdown
# Prototype
|
|
|
|
## Setup
|
|
|
|
```
|
|
brew install npm
|
|
```
|
|
|
|
## Develop
|
|
|
|
```
|
|
./install.sh
|
|
./dev.sh
|
|
```
|