Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fangoling/tarc
https://github.com/fangoling/tarc
nextjs react shadcn supabase
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/fangoling/tarc
- Owner: Fangoling
- Created: 2024-08-12T18:15:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T22:11:43.000Z (about 1 month ago)
- Last Synced: 2025-01-31T15:24:00.241Z (12 days ago)
- Topics: nextjs, react, shadcn, supabase
- Language: TypeScript
- Homepage: https://tarc-fitness.com
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tarc
This is the source code for the website of Tarc Fitness.You can visit the page [here](https://tarc-fitness.com).
This page is built on NextJS with [ShadcnUI](https://ui.shadcn.com/), [React](https://react.dev), [Typescript](https://typescriptlang.org), [Tailwind CSS](https://tailwindcss.com) and uses [Supabase](https://supabase.com) as the backend.
## Requirements
- Node 18.18.0 or higher
## Prerequisite
- Install Node - https://nodejs.org/en
## Getting Started
1. `npm install`
2. `npm run dev`### Where to get your own Environment Variables
| Variable | Where to get it | Notes |
| ---------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY | [Supabase](https://supabase.com/) | |
| EMAIL_USER, EMAIL_PASSWORD | [Zoho](https://zoho.com/) | You can use any Email Service Provider you want, just change the host at /app/api/email/route.ts |