19 lines
262 B
Markdown
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
|
|
```
|