Home

Awesome

Vorfreude

Download

Prerequisites

You will need the following things installed on your computer.

Installation

Local Development

Tests

Versioning

  1. Create new branch for release.
  2. Run yarn version
  3. Commit changes and push branch
  4. Merge PR to main

Building / Package / Release

  1. yarn build (create build, both svelte and the extension)
  2. yarn package (create zip package for upload to extension/addon stores)
  3. Upload zip to chrome and firefox stores

Further Reading / Useful Links