For detailed instructions on setting up the backend server and the machine learning backbone, please refer to the Server README.
Follow the steps below to set up the SiCo website interface.
Create a Vercel site by following the instructions in this Vercel Guide.
Execute the following commands to clone the repository and set up the environment:
git clone git@github.com:SherryXTChen/SiCo.git
cd SiCo
npm install
npx vercel link
npx vercel pull
npx vercel env pull
npx vercel env pull .env
npx prisma generate
npx prisma db pull
To run the website interface locally, use the command:
npm run dev