Skip to content

IITP-X-IITG/WoC-frontend

Repository files navigation

WoC-frontend

Live at codepeak.tech

Set up and run(docker)

Dev environment

cd bin/
chmod +x ./deploy.sh
./deploy.sh dev up

It will take some time for first run. The website will be available on localhost:3000 (make sure the port is not blocked)

To remove the dev environment, run

cd bin/
./deploy.sh dev down

Production environment

cd bin/
chmod +x ./deploy.sh
./deploy.sh prod up

The website will be available at localhost:8000 (make sure the port is not blocked)

To remove the prod environment, run

cd bin/
./deploy.sh prod down