This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
works-on-my-machine/script/bootstrap
Marc Cataford 4343402a04
chore: add bootstrap script to facilitate startup (#20)
* chore: add bootstrap script to facilitate startup

* docs: mention bootstrap in README
2023-04-14 09:38:29 -04:00

3 lines
52 B
Bash

#!/usr/bin/bash
nvm use && corepack enable && yarn