...
...
1. Clone the repository
bash https://github.com/lascuolaopensource/join.git
2. Install all the dependencies
bash yarn install
3. Bootstrap the packages with Lerna
bash yarn boostrap
1. Start the packages
bash yarn start
2. CMS Front-End is running at
http://localhost:8085/
3. CMS-Service is running at
http://localhost:8000/
We are very happy to get any kind of contribution to this project and we would like to make contributions to this project as easy and transparent as possible.
When contributing to this repository, please first discuss the changes you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we do have a code of conduct, please follow it in all of your interactions with the project.
You can use the GitHub repository page for the following contributions:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use Github Flow, so all code changes happen through pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests.
Instructions for contributing:
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
🐛 Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- What you expected would happen
- What actually happens