Init commit with dependencies

This commit is contained in:
Moris Zen
2018-06-25 09:17:14 +02:00
commit a25a63e200
7 changed files with 20972 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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
```