8000 GitHub - ericterpstra/steve-app-poc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ericterpstra/steve-app-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Steve Adore App Skeleton

This repository contains a React application bootstrapped with Vite. It uses React Router v7, Tailwind CSS and Supabase authentication. The project is organized with route components inside app/src/pages and shared components under app/src/components.

Getting Started

cd app
npm install
npm run dev

Environment variables for Supabase should be added in app/.env:

VITE_SUPABASE_URL=your-url
VITE_SUPABASE_ANON_KEY=your-anon-key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0