Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 463 Bytes

File metadata and controls

24 lines (15 loc) · 463 Bytes

InCode Editor Template Server

This is the official Template Server for the InCode Editor

Merged into InCodeDevs/Editor

Using

# Get the code
git clone https://github.com/InCodeDevs/InCode-Editor-Template-Server.git

cd InCode-Editor-Template-Server

npm install

cp .env.example .env

# now change the values in .env to yours
nano .env

npm start

# The Template server will be started on port 8080