-
Notifications
You must be signed in to change notification settings - Fork 397
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
[email protected]:<your_username>/BoostNote.next.git - Create an empty file called
.envin this root directory. - Install dependencies by running
npm iin 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