This guide will help you to install the project and start to contributing!
- NodeJS (12.13.1)
- npm (6.13.4)
With your github account, you can fork the project
After this, clone the project in your machine with the following command:
// Using ssh
$ git clone git@github.com:<username>/gurupi-site.git
// Using https
$ git clone https://github.com/<username>/gurupi-site.gitNext, enter into the generated folder
$ cd gurupi-siteRun this following command:
$ npm installTo run the project, execute this following command:
$ gatsby developNow the site is now running at http://localhost:8000!