Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 789 Bytes

INSTALLATION.md

File metadata and controls

49 lines (30 loc) · 789 Bytes

Installation Guide

This guide will help you to install the project and start to contributing!

Dependencies

  • NodeJS (12.13.1)
  • npm (6.13.4)

Install

Downloading the project

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

Installing the packages

Run this following command:

$ npm install

Run the project

To run the project, execute this following command:

$ gatsby develop

Now the site is now running at http://localhost:8000!