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.
CMD + Shift + P
search format document and set the source to PrettierThen, 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
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>