Lake
Lake is a browser-based editor that enables writing rich text directly inside of web pages or online applications. It focuses on editing web-friendly content and it is designed to provide better efficiency, stability and extensibility.
Getting Started
First, you need to clone the repository and install all necessary dependencies. Then, start a combined server that includes both HTTP serving and real-time compilation. You can do this by running the following command in your terminal.
git clone https://github.com/lakejs/lake.git
cd lake
pnpm install
pnpm start
Visiting examples
http://localhost:8080/examples/
Running tests
http://localhost:8080/tests/
Analyzing code
pnpm lint
Building code
pnpm build
License
MIT