Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.2 KB

readme.md

File metadata and controls

54 lines (37 loc) · 1.2 KB

seating plan

randomizes the students' seats in their respective batches and presents it in a nice UI.

Deploy with Vercel

Developing locally

  • clone the project
git clone [email protected]:probablyArth/sst-seating.git
  • cd into the project
cd sst-seating

setting up firebase

cd scripts
cp .env.example .env
  • create a new project in firebase
  • create a webapp and firestore
  • populate the .env file with the respective credentials.
  • run yarn to install the dependencies.
  • run node script.js to populate the firestore database.

setting up client

  • populate the .env file with the same credentials.
cd client
cp .env.example.env
  • install the depencies and run the project.
yarn
yarn dev

contributors