https://github.com/toggle-corp/trip-yoga
https://github.com/toggle-corp/trip-yoga
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toggle-corp/trip-yoga
- Owner: toggle-corp
- License: mit
- Created: 2023-07-25T10:22:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:54:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T07:13:04.745Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.tripywellness.com/
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trip Yoga Website
NextJs application for [Trip Yoga community website](https://tripyoganp.com).
## Development
Before you start, create `.env.local` file:
```bash
touch .env.local
```
Set these environment variables:
```env
NEXT_PUBLIC_POSTHOG_KEY=
```
### Running
```bash
yarn install
yarn dev
```
Before creating a pull request, all lint and type issues must be fixed.
To check for issues:
```bash
yarn lint
yarn css-lint
yarn typecheck
yarn unimported
```
### Building
```bash
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.