Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 577 Bytes

Brainstellar

Quantitative Aptitude Puzzles

This repo uses Gatsbyjs framework.

Develop

In order to run this locally, install Use the Gatsby CLI (install instructions).

Following are some commonly used command

# install gatsby
npm install -g gatsby-cli


# install current project dependencies (run when inside this project folder)
npm install

# run gatsby for local development 
gatsby develop

# The site will appear at URL http://localhost:8000