apollo-backend/README.md
2021-07-05 19:10:09 -04:00

14 lines
136 B
Markdown

# Apollo API
## Getting started
```sh
$ script/bootstrap
$ cp .env.example .env
```
## Running the server
```sh
$ script/server
```