Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lake-core

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lake-core

Rich text editor based on the browser

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 09 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc