Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.
- Install node using version stated in
.nvmrc
. If nvm is installed, runnvm use
from the root of the repository to set node to the correct version. - Install npm packages with
npm i
- Building:
npm run watch -- local
: Does a build and watch to the/dist
folder at root.local
is a set of environment variables located atscripts/envs/local.sh
which configure the build. Add your own environment files or adjust this one to make any adjustments needed.
- Viewing the build in Chrome:
- Navigate to
chrome://extensions
in Chrome. - Select "Developer Mode" in the top right.
- Click "Load unpacked" button and navigate to the
dist
folder generated by Step 2.
- Navigate to
Report bugs via the Github Issue Tracker.
Please report relevant information and preferably code that exhibits the problem.
Look through the github issues for bugs. Anything is open to whoever wants to implement it.
Linting rules will be arriving shortly.