Skip to content

surya3997/CodeAnywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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