Skip to content

AnshuAE86/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaibe Arcade

This project is split into two main parts:

  • frontend/: A React + Vite project.
  • backend/: A Python FastAPI project.

Development

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
python -m venv .venv
source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
pip install -r requirements.txt

# Setup .env file with your Supabase credentials
# cp .env.example .env

uvicorn app.main:app --reload

Deployment

The frontend is configured for deployment on Vercel using the vercel.json in the root directory.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors