New-tab extension for Chrome and Firefox
Suggestions and pull requests are highly encouraged!
In order to make modifications to the extension you'd need to run it locally.
Please follow the below steps:
git clone https://github.com/ademilter/frame
cd frame
yarn # Install dev dependencies
yarn serve # Listen for file changes and automatically rebuild
yarn build:chrome # Build the extension code so it's ready for Chrome
yarn build:firefox # Build the extension code so it's ready for Firefox
MIT