Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.23 KB

Gatsby

Digital Fortress

Build Status

Netlify Status

Run on Repl.it

This is a quiz competition developed by GLUG for testing the students skills in Linux Terminal Commands and common computer science related questions.

Installation

  • Clone this repository
  • Install all the dependencies by running this command
npm install
  • Run the development Server
gatsby develop -p 5000

or,

npm run develop
  • Compile the production build
gatsby build
  • Compile and deploy the production build to AWS S3
npm run deploy

Infrastructure

  • Static files hosted on AWS S3(Simple Storage Service)
  • CDN runned on AWS Cloudfront.