0.0.1 • Published 9 months ago

lake-core v0.0.1

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

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:

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

Open examples

http://localhost:8080/examples/

Run tests

http://localhost:8080/tests/

Analyze code

pnpm lint

Build code

pnpm build

License

MIT

0.0.1

9 months ago