Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 523 Bytes

StackOverformatics

This was a project for managing a queue of students during a coding and homework tutoring session. Its been deprecated for a while and is now archived.

Development

git clone https://github.com/UW-IUGA/StackOverformatics.git
cd StackOverformatics
npm install
npm start

At this point youu will be running a dev server which will

  • auto refresh with browser sync when you save your code
  • transpile all JSX
  • compile all SCSS

Production

npm run build
firebase deploy