Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fangoling/tarc


https://github.com/fangoling/tarc

nextjs react shadcn supabase

Last synced: 1 day ago
JSON representation

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 |