Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 610 Bytes

orbital-grindtogether

A web application developed for NUS Orbital Programme 2023.

You can try out our project here.

Frontend is developed using the Next.js framework and created using the command

npx create-next-app@latest

Backend is developed using Node.js with Express.js. Database and Authentication is provided via Firebase itself.

Command to install all dependencies

npm run updateAll

Command to run both the backend and frontend

npm run deploy

Additional commands can be found in the package.json file at the root folder.