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 usefrom 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/distfolder at root.localis a set of environment variables located atscripts/envs/local.shwhich 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://extensionsin Chrome. - Select "Developer Mode" in the top right.
- Click "Load unpacked" button and navigate to the
distfolder 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.