Skip to content

varun-seth/puzzles

Repository files navigation

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