Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DuoXPy/DuoXPy-Web

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.