- Ensure sure the setup script is executable by running
chmod +x setup.sh
- Install all required dependencies by running
bash setup.sh
or./setup.sh
- Spin up the application by running
npm run dev
- Open a Chrome browser (or Firefox) and visit
http://localhost:3000
Students have a memory limit of 500MB on their CSE account. This can cause installation to fail if there is not enough memory to install all the dependencies. Ensure that there is enough memory on the disk if running on CSE servers.
Student accounts on the CSE server share ports with other students. This means that port conflicts can occur if another student has their project open on http://localhost:3000
. If this occurs, the conflicting process needs to be killed.