Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.5 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.5 KB

Void browser extension

Browser extension and bookmarklet app for Void

Creating a release

  1. Increment version in public/manifest.json
$ git tag v1.0.2
$ git push --tags
  1. Create a fresh build
$ yarn build
  1. Go into the build/ dir
$ cd build/
  1. Use archiver to zip up all the files in build folder.

  2. Upload this zip to Chome developers store

  3. Upload to mozilla add ons

    Put link to https://github.com/alternatelabs/void-browser-extension in **Notes for Reviewer**
    
  4. 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

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:3080
yarn start

# build for production with minification
yarn build

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details