bun i -g @bradymadden97/freephite-cli
# Get a Github Access Token from https://github.com/settings/tokens
# Use a "classic token" for now (7/14/2023)
fp auth-fp -t <YOUR_GITHUB_ACCESS_TOKEN>
bun i -g @bradymadden97/freephite-cli@latest
git clone https://github.com/bradymadden97/freephite
cd freephite
bun i
# Install turbo
npm i -g turbo
turbo build
# To test your local build
node ~path/to/freephite/dist/src/index.js
cd ~path/to/freephite/
npm publish