Skip to content

deucaleon18/digitalfortress_frontend

 
 

Repository files navigation

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.

About

The digital fortress event site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • CSS 40.8%
  • Shell 0.1%