Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 810 Bytes

CONTRIBUTE.md

File metadata and controls

25 lines (21 loc) · 810 Bytes

How to setup local development

If using dev containers

  1. Setup all prereqs for DevContainers
  2. Assuming you're using VSCode with ms-vscode-remote.remote-containers plugin.
  3. Allow it to open the workplace in the container.

If using gitpod (not recommeneded)

  1. Open repo in gitpod.
  2. ...
  3. Profit.

If using nix (not recommeneded)

  1. Install nix
  2. nix-env -i direnv
  3. hook to your shell
  4. direnv allow .

How to publish an update

  1. Create new branch.
  2. yarn global add yarn-upgrade-all
  3. npx yarn-upgrade-all
  4. yarn run all
  5. If everything passes create a new pull request.
  6. After merging tag with the new version.