Init commit with dependencies
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user