Suggestions and pull requests are highly encouraged!
First clone:
git clone https://github.com/dutiyesh/devtodo.git
cd devtodo
npm install
When working on the extension, use this to have it constantly build your changes:
npm run extension:dev
Then load or reload it into the browser to see the changes.
Once built, load it in the browser by:
- Open
chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the folder
devtodo/dist/extension
When working on the web, use this to have it constantly build your changes:
npm run web:dev
Then open the browser with url:
http://localhost:9000/