Skip to content

toggle-corp/trip-yoga

Repository files navigation

Trip Yoga Website

NextJs application for Trip Yoga community website.

Development

Before you start, create .env.local file:

touch .env.local

Set these environment variables:

NEXT_PUBLIC_POSTHOG_KEY=<posthog-key>

Running

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

Building

yarn build

Automatic Deployment

Deployments will be triggered in 1 way:

  1. Anything pushed to main branch will trigger immediate deployment to configured github io page.