Browser extension and bookmarklet app for Void
- Increment version in
public/manifest.json
$ git tag v1.0.2
$ git push --tags
- Create a fresh build
$ yarn build
- Go into the build/ dir
$ cd build/
-
Use archiver to zip up all the files in build folder.
-
Upload this zip to Chome developers store
-
Upload to mozilla add ons
Put link to https://github.com/alternatelabs/void-browser-extension in **Notes for Reviewer**
-
Open xcode project for Safari extension.
- Remove references to files under "Void Extension -> Resources".
- Then drag in all files from
build
folder to that location. - "Product -> Archive"
- Distribute as Developer ID and download the package.
- Compress Void icon and upload to s3
# install dependencies
yarn install
# serve with hot reload at localhost:3080
yarn start
# build for production with minification
yarn build
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details