This is a full-stack application that monitors the current state of walk-ins at the ITS desk. It is a NextJS frontend w/ a Supabase backend.
- Clone/cd
- Create .env file in root dir, refer to .env.example
Frontend:
yarn
yarn dev
oryarn build
oryarn start
depending on what you want to do with FE
Backend:
- Ensure that Docker is installed along with the Supabase CLI
supabase start
- Better API/handling for editable fields
- Field for adding a component
- Field for adding an Assignee
- Export CSV to JSM