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 [email protected]:<username>/gurupi-site.git
// Using https
$ git clone https://github.com/<username>/gurupi-site.git
Next, enter into the generated folder
$ cd gurupi-site
Run this following command:
$ npm install
To run the project, execute this following command:
$ gatsby develop
Now the site is now running at http://localhost:8000!