Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akivajgordon/tikkun.io
The online tikkun you always wanted, but never had.
https://github.com/akivajgordon/tikkun.io
Last synced: 5 days ago
JSON representation
The online tikkun you always wanted, but never had.
- Host: GitHub
- URL: https://github.com/akivajgordon/tikkun.io
- Owner: akivajgordon
- License: mit
- Created: 2016-08-01T03:34:38.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-27T21:34:47.000Z (8 days ago)
- Last Synced: 2024-10-28T01:39:48.576Z (8 days ago)
- Language: TypeScript
- Homepage: https://www.tikkun.io
- Size: 29.9 MB
- Stars: 45
- Watchers: 8
- Forks: 19
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jewish-github - akivajgordon/tikkun.io - The online tikkun you always wanted, but never had (Projects / Sefarim)
README
# tikkun.io
> The online tikkun you always wanted, but never had.
The mission is to **make better Torah readers** by providing the tools to maximize the reader's efficiency and preparedness. Your good, old-fashioned tikkunim are great, but in the end, they're static papers. With the dynamic nature of computer programs, we can make an even better tikkun.
The source text is pulled from the [Sefaria API](https://github.com/Sefaria/Sefaria-Project/wiki/API-Documentation), with some minor overrides as issues are found (such as פתוחה/סתומה discrepancies).
## Contributing
**Dependencies**: Node.js 10+
Fork, clone, `npm install`.
Start the development process by running `npm run dev`. This will watch for file changes as you edit and start a local server on port 8000 where you can play with and test your changes. Just visit http://localhost:8000 in your browser.
Run unit tests with `npm test`, and watch for changes to automatically run the tests with `npm run test:watch`.
Run the UI tests with `npm run test:ui`.
Pull requests are welcome!
For bug fixes, kindly submit a failing test case that now passes as a result of the fix. For new features, submit test cases as well, which will improve the likelihood that the pull request will be merged. If you cannot write the test cases for whatever reason, add that as a note in the pull request so that we can discuss alternatives.
## License
[MIT](LICENSE)