A chrome extension that turns your new tab into a kanban board!
npm i
npm start
- Visit localhost:8080
npm start
- Build the application
npm run build
- prod buildnpm run build-staging
- staging envnpm run build-demo
- demo build (demo.scrumptioustab.com)npm run build-firefox
- firefox specific build ( unstable )
- In chrome, go to chrome://extensions
- Toggle "developer mode", found on the top right
- On the left, select "Load Unpacked" and select the
dist
folder generated in the build - Open the new tab and you should see the app
Tests are ran with jest
and enzyme
npm run test
npm run build
- QA all the things.
- Does the application work for fresh installs?
- Does the application work with existing data?
- Does the application work for users with older extension versions?
- Verify tests pass
- Verify test coverage does not decrease
- Increase the version number in
manifest.json
- Remove the existing
dist
folder if any npm run build
- Zip the build file, upload it in the Chrome developer console
Find a bug? Want a feature? Want to change some bad code? Please open an issue! There are a few issue templates to choose from so select the one that is most relevant to the issue you are opening. Please provide as much detail as possible :)
This project is newly open source, and there is a lot of work to be done!
Any questions? Contact me at mfreundlich1@gmail.com