0.0.1 • Published 3 months ago

lake-lib v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.

# clone the repository
git clone https://github.com/lakejs/lake.git
# change your directory
cd lake
# install all dependencies
pnpm install
# start a local server
pnpm start

Visiting examples

http://localhost:8080/examples/

Running tests

http://localhost:8080/tests/

Analyzing code

pnpm lint

Building code

pnpm build

License

MIT