Area | Badges |
---|---|
Build | |
Code | |
Code quality | |
Deps | |
Security | |
Issues | |
Deploy |
This is a prayer book intended for personal prayers. Currently it supports Christian Roman catholic prayers in Malayalam Language.
This requires little prior knowledge in web technology and github source control system.
- Using git client software
- Get a git client software. It doesn't need account in www.github.com
- Get the source code from repository using that software. It will download the source to a location in your hard drive
- The url to use for cloning is https://github.com/joymon/PrayerBook.git
- Dowload the source code as zip file by clicking on below link.
- https://github.com/joymon/PrayerBook/archive/master.zip
- Added .devcontainer support. Use it to avoid environment setup issues.
- Run the command
npm install
- With a dev web server
- Run the command
npm run devBuild
to build. - Run the command
npm run start
- Browser will be opened with application.
- Run the command
npm test
- Run the command
npm run devTest
- Create a release.
- Release create a tag and Travis CI will release when there is a tag.
- Development version hosted at https://joymon.github.io/prayerbook/
- Production at https://prayerbook.github.io/
- This require an account in www.github.com. Its free for open source projects.
- Fork this repository. It will create a copy of this project source code in your account.
- Clone that project into your local machine.
- Do the changes and push to your github.com repository
- Issue a pull request for the code change to this project. So the change can be seen here, it can be compare with the coresponding file here and can easily merge to this parent repository.