Skip to content

AnshuAE86/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaibe Arcade

This project is split into two main parts:

  • frontend/: A React + Vite project (Source code in src/).
  • backend/: A Python FastAPI project.
  • scripts/: Utility scripts for development.
  • supabase/: Supabase configuration and migrations.

Development

You can now run commands from the root directory:

Everything

# Install all dependencies
npm run install:all

# Run frontend
npm run dev

# Run backend
npm run dev:backend

Frontend (Manual)

cd frontend
npm run dev

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