Skip to content

DuoXPy/DuoXPy-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup guide for the DuoXPy Website⚙️

GitHub stars


🛠️ DuoXPy-Web Setup Instructions Only

1. Environment Variables

Create a .env file in the root directory with the following variables:

# Supabase Configuration
SUPABASE_URL=your-supabase-url
SUPABASE_KEY=your-supabase-anon-key
SUPABASE_SERVICE_KEY=your-supabase-service-key

2. Database Setup

Run the SQL commands in supabase-setup.sql inside your Supabase SQL editor to create the required tables and security policies.


3. Install Dependencies

# Install frontend and root dependencies
npm install

# Install API dependencies
cd api
npm install
cd ..

4. Start Development Server

npm run start
  • Frontend runs on: http://localhost:8080
  • API runs on: http://localhost:3000

5. Build for Production

npm run build

Deploy the API separately if needed.


Made with ❤️ by Chromeyc

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •