Files
old-v2-frontend/README.md

18 lines
265 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
yarn run develop
```
If you want to make a build, do instead:
```sh
yarn run build
```