Sponsorship Portal
Please note that the Postgres database must be populated prior to running Sportal.
In order to run the Sportal, please execute the following instructions:
0. Configure your environment variables for the server (please see ./backend/config.ts)
- Change directories to
./client(cd ./client) - Run
npm install - Run
npm run build - Change directories back out to
./backend(cd ../backend) - Run
npm install - Run
npm run start