- You have Node installed at v12.0.0+.
- You have Node / ReactJS experience.
- You are familiar with Git.
After cloning OpenSaaS, run make init to start working.
Please follow Guidelines when writing code.
migrations / seeding
make migratemake seed
lint
npm run pre-commitin each one of the services.
- Create a new branch.
- Use single purpose commits.
- Commit messages should be meaningful.
- Rebase your branch against main branch.
- Prettier your code before committing your changes, by running
npm run pre-commit. - Open a pull request to main branch.