A cli-tool to host local-editor in browser and bundle it to file
https://www.npmjs.com/package/codenail
Client: React monaco-editor react-md-editor redux tailwindcss, typescript
Server: nodejs express commander, typescript
Build tools: esbuild vite
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