Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 747 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 747 Bytes

Code-nail

A cli-tool to host local-editor in browser and bundle it to file

Demo

https://www.npmjs.com/package/codenail

Tech Stack

Client: React monaco-editor react-md-editor redux tailwindcss, typescript

Server: nodejs express commander, typescript

Build tools: esbuild vite

Run Locally

Clone the project

  git clone https://github.com/yhfa/code-nail

Go to the project directory

  cd code-nail

Install dependencies

  npm install

Start all package by lerna

  npm run start

Push to npm

  npm run build

License

MIT License