Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.37 KB

AS Computer Science Degree Progress

Deployed App

https://degree-progress-73f0c.web.app/

Technologies

TypeScript React Vite TailwindCSS Chart.js Firebase

Installation

npm install
npm run dev

Deployment

firebase login
npm run build
firebase init
❯◉ Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys
? What do you want to use as your public directory? dist
? Configure as a single-page app (rewrite all urls to /index.html)? (y/N) y
? Set up automatic builds and deploys with GitHub? (y/N) n
? File dist/index.html already exists. Overwrite? n

firebase deploy

Demo

demo.mov