Files
old-v2-frontend/README.md
2018-06-25 09:17:14 +02:00

262 B

Saburly Website v2 Using Gatsby

Install

Make sure you install all the dependencies

yarn install

Then you can run the development mode with hot reload by:

gatsby develop

If you want to make a build, do instead:

gatsby build