Skip to content

lectorjs/lector

Repository files navigation

Important

This project is currently in a very early stage of development. As such, features and documentation are subject to change.

GitHub Actions Workflow Status

Packages

Package Changelog
@lectorjs/primitives JSR
@lectorjs/mode-rsvp JSR
@lectorjs/mode-bionic JSR
@lectorjs/parser-text JSR

Use Lector

Refer to the user's guide for more information.

Build with Lector

Refer to the developer's guide for more information.

Contributing

Local development
  • Clone this repository.
  • Install the latest version of Bun.
  • Install the project dependencies with bun install.
  • Run:
    • bun run dev to start the development server of the playground.
    • bun run test to run the unit tests.
    • bun run lint to run the linter.
    • bun run format to run the formatter.

Refer to the contributor's guide for more in-depth information.

License

MIT