Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 621 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 621 Bytes

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