Before you begin:
- This project uses Node.js. Make sure you have NodeJS version 12 or above for best support.
- This project uses yarn package manager, so make sure you have it installed.
- Checkout the issues page and see if there are any issues that you could work on.
Knowing any of the following skills mean you are eligible to make a contribution:
- VueJS
- NuxtJS
- MatterJS
- Physics (and math)
- Discussions
- Pull Requests (bug fix, feature, code refractor)
- Issues (bug report, feature request, etc)
Setting up your workspace is really straightforward.
https://docs.github.com/en/github/getting-started-with-github/fork-a-repo
git clone https://github.com/<username>/physics-lab
yarn install
And... you are done!
You can now make some changes and make a Pull Request.