Files
whatsfreeinmyfree/README.md
2026-03-21 14:35:30 +00:00

357 B

whatsfreeinmyfree

Record of what classrooms are free when I have a free. CS Practice

Use

To run this, do the following:

  • in frontend execute npm run build
  • in backend execute npm run setup
  • in backend execute npm run dev

If reseting, do the following:

  • in backend execute npm run clean
  • in backend execute npm run setup