⚠️ This project is a work in progress.
My personal portfolio website. Built with Next.js, Turborepo, Tailwind and Radix UI.
To develop all apps and packages, run yarn dev
.
To enable Firebase services for the web
app, provide the stringifed Firebase config
through the NEXT_PUBLIC_FIREBASE_CONFIG
variable in the file apps/web/.env.local
.
To build all apps and packages, run yarn build
.
Releases should be created using release-it
on the develop
branch.
- Check out the
develop
branch - Run
yarn release
Once a release has been created on GitHub, a pull request will be automatically created
to merge the release into main
. Merging the pull request will trigger a deployment to
production on Vercel.
Copyright © 2022 benyap