Quantitative Aptitude Puzzles
This repo uses the Gatsby framework.
Following are some commonly used commands:
# (optional) install Gatsby CLI globally
npm install -g gatsby-cli
# run Gatsby for local development (hot reload)
npx gatsby develop # or: npm run develop
# The dev site will appear at: http://localhost:8000
# --- extras you may need ---
# build a production version (outputs to ./public)
npx gatsby build
# preview the production build locally (default: http://localhost:9000)
npx gatsby serve #
# clear Gatsby caches if something gets stuck
npx gatsby clean