Open source template for lavacactus projects on GitHub
To provide quickstart with lavacactus projects on GitHub
This is the open source project with GPL-3.0 license. Be free to use, fork, clone and contribute.
- Lavacactus projects structure and requirements
- Makefile
- This template base on libresource/open-source-checklist. It contains may useful files for open source project: (CHECKLIST.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, and much more).
Just use this repository as GitHub repository template
- Check REAMDE.md in the profile folder. It's your project readme
- Delete or change this README.md
- Check all useful files in the project
- Use CHECKLIST.md to check all of you need for good open source project
- Enjoy
GitHub's repositories which use this template
You are welcome! To easy start please check:
This site make with LavaCactus
git clone https://github.com/libresource/lavacactus-repository-template.git
pip install -r requirements.txt
Then use cactus serve
to run development server.
Use cactus build
to build result static pages.
Result will be store in .build
folder.
See more in DEVELOPER_DOCUMENTATION.md
Empty Yet