Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.06 KB

Kodeclass

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

Getting Started

To run this project on machine follow the instructions below

Prerequisites

You only need nodejs to run the project if you don't have nodejs download and install it first

Running the project

Once you have node js installed

  1. clone this repository on local machine by using command
git clone https://github.com/Techistan/kodeclass
  1. change the directory
cd kodeclass
  1. Install all dependency by
npm install
  1. run the project by
node index.js

Your project will be runnning on http://localhost:3000/

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.