Skip to content

kushalag02/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • CSS 17.9%
  • Other 1.0%