Main site for code cause
git clone git@github.com:Code-Cause-Collective/codecause.dev.gitcd codecause.devnpm installRunning locally
npm run devbuild
npm run buildlint
npm run lintformat
npm run formatIf you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, post question within our discord community.
- Fork and clone the repository.
- Configure and install the dependencies:
npm install. - Create a new branch:
git checkout -b <issue-id/your-branch-short-description>.issue-idis optional but creating an issue for set PR beforehand is recommended. - Make your change.
- Push to your fork and submit a pull request.