16 lines
107 B
Markdown
16 lines
107 B
Markdown
# Prototype
|
|
|
|
## Setup
|
|
|
|
```
|
|
brew install npm
|
|
brew install go
|
|
```
|
|
|
|
## Develop
|
|
|
|
```
|
|
./install.sh
|
|
./dev.sh
|
|
```
|