It is online collaborative code editor with features to help coding remotely. This is commitment of techistan community to serve. With the help of this project we willa able to teach people how to code remotely
You can see its first build at kodeclass
To run this project on machine follow the instructions below
You only need nodejs to run the project if you don't have nodejs download and install it first
Once you have node js installed
- clone this repository on local machine by using command
git clone https://github.com/Techistan/kodeclass
- change the directory
cd kodeclass
- Install all dependency by
npm install
- run the project by
node index.js
Your project will be runnning on http://localhost:3000/
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.