1.0.3-alpha.0 • Published 3 years ago
codenail v1.0.3-alpha.0
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-nailGo to the project directory
cd code-nailInstall dependencies
npm installStart all package by lerna
npm run startPush to npm
npm run build