Files
old-v2-frontend/README.md

18 lines
265 B
Markdown
Raw Normal View History

2018-06-25 09:17:14 +02:00
# 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
yarn run develop
2018-06-25 09:17:14 +02:00
```
If you want to make a build, do instead:
```sh
yarn run build
```