The app is available here
Having trouble? Get help in the official Open Components Ecosystem Discord.
This app is basically just a wrapper for other components (a reference implementation app).
These are some of the underlying components:
Epitelete-html HTML handling in Epitelete - as a derived sub-class. All the original Epitelete parent functions are inherited and then extended with more functions for generating and parsing Html.
proskomma-core An implementation of the Proskomma Scripture Processing Model.
See the open issues for a full list of proposed features (and any known issues).
The open source community is an amazing place to learn, inspire, and create. So, any contributions you make are greatly appreciated. Guidelines for rcl development and general information.
You can, for instance, simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
Fork the Project
Clone the repo
git clone https://github.com/unfoldingWord-box3/door43-preview-app.git
Install packages
pnpm install
Run locally:
pnpm run dev
Create your Feature Branch (git checkout -b feature/AmazingFeature
)
Commit your Changes (git commit -m 'Add some AmazingFeature'
)
Push to the Branch (git push origin feature/AmazingFeature
)
Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.