Files
old-v2-frontend/README.md
2018-06-25 09:17:14 +02:00

19 lines
262 B
Markdown

# Saburly Website v2 Using Gatsby
## Install
Make sure you install all the dependencies
```sh
yarn install
```
Then you can run the development mode with hot reload by:
```sh
gatsby develop
```
If you want to make a build, do instead:
```sh
gatsby build
```