Skip to content

Sieluna/ShaderLab

Repository files navigation

ShaderLab

Development Setup

Database Setup

# Create sqlite database
sqlx database create

# Build up tables
sqlx migrate run --source ./senra_server/migrations

Production Deployment

The deploy.sh script provides automated deployment and management the server

Quick Deployment

curl -sSL https://raw.githubusercontent.com/Sieluna/ShaderLab/refs/heads/develop/deploy.sh | sudo bash -s install