Lake.js
Lake.js is a WYSIWYG editor based on the browser that focuses on editing web-friendly content and is designed to provide better performance, stability and extensibility.
Getting Started
First, you need to clone the repository and install all the dependencies. Then, start a combined server that includes HTTP serving and real-time compilation. You can do this by running the following commands in your terminal:
git clone https://github.com/lakejs/lakejs.git
cd lakejs
pnpm install
pnpm start
Open examples
http://localhost:8080/examples/
Run tests
http://localhost:8080/tests/
Analyze code
pnpm lint
Build code
pnpm build
License
MIT