NextJs application for Trip Yoga community website.
Before you start, create .env.local
file:
touch .env.local
Set these environment variables:
NEXT_PUBLIC_POSTHOG_KEY=<posthog-key>
yarn install
yarn dev
Before creating a pull request, all lint and type issues must be fixed. To check for issues:
yarn lint
yarn css-lint
yarn typecheck
yarn unimported
yarn build
Deployments will be triggered in 1 way:
- Anything pushed to
main
branch will trigger immediate deployment to configured github io page.