Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 361 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 361 Bytes

CodeAnywhere

An online platform to code.

Todos

  • Decouple frontend and backend
  • Dockerize the compiler box service properly

Install Docker in Ubuntu

cd setup
sudo ./install_docker.sh

Create docker image from dockerfile

cd setup
./UpdateDocker.sh

Devolopment build

npm start

Deployment build

npm run build