Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 322 Bytes

WoC-frontend

Live at codepeak.technology

Set up and run(docker)

Dev environment

yarn
yarn dev

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

Production environment

yarn
yarn build