- Setup all prereqs for DevContainers
- Assuming you're using VSCode with
ms-vscode-remote.remote-containers
plugin. - Allow it to open the workplace in the container.
- Open repo in gitpod.
- ...
- Profit.
- Install nix
nix-env -i direnv
- hook to your shell
direnv allow .
- Create new branch.
yarn global add yarn-upgrade-all
npx yarn-upgrade-all
yarn run all
- If everything passes create a new pull request.
- After merging tag with the new version.