Skip to content

AvKat/ncode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

nCode

A simple web-based file editor.

Requirements

  • Global installation of typescript. npm i -g typescript
  • Yarn

Setup

  1. Frontend
cd frontend
yarn
yarn build
  1. CLI
cd cli
yarn
tsc

Run

In the cli folder, run node build/index.js. To install globally, run npm i -g . inside the cli folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks