For Web:

Setup:

You’ll need Visual Studio Code and Node.js.

Within VSCode, you’ll need to install the Prettier extension, and make sure you have format-on-save enabled.

Screenshot 2023-09-17 at 21.07.44.png

Then, clone the web repo and open it up in VSCode!

Web Repo: https://github.com/cornell-dti/carriage-web

Ask the current TPM (or senior devs) for .env file that contains the environment variables to set up the platform

Running:

After cloning the repository, run: npm run install:server

npm run install:frontend

npm run start:server

npm run start:frontend This will start an instance running locally.

<aside> 💡 Frontend runs on port 3000 Backend runs on port 3001

</aside>