-
Notifications
You must be signed in to change notification settings - Fork 373
How to contribute
Flexo013 edited this page Apr 3, 2020
·
1 revision
You can help contributing to BoostNote.next by following these steps:
Make sure you have a working installation of npm and git. Run npm -v
and git --version
to verify this.
- Fork this project.
- Clone your fork into an empty directory with
git@github.com:<your_username>/BoostNote.next.git
- Create an empty file called
.env
in this root directory. - Install dependencies by running
npm i
in this directory.
You can now start making changes to the code. This is a good point to look through open issues.
Run npm run dev
and then wait for your default browser to open with your build.
WIP
Submit a PR with your changes, and wait for it to be reviewed. Make any changes if needed and it will be merged. And that's it!
Thanks for your contribution! <3