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