No description
Find a file
Danny Morabito a4134fa416
🔄 Synchronize Biome linting rules between relay and frontend
🛠️ Apply identical Biome configuration from frontend to relay service
🧹 Ensure consistent code formatting and quality standards across components
📝 Maintain unified development experience throughout the project
2025-03-24 19:23:22 +01:00
.vscode Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
migrations replaceable-events (#1) 2025-03-18 15:06:13 +00:00
utils 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
.editorconfig Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
.gitignore Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
biome.json 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
consts.ts pow all notes 2025-02-22 14:30:46 +01:00
deno.json 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
deno.lock 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
index.ts 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
LICENSE License Under AGPLv3 2025-02-20 21:22:40 +01:00
Readme.md add Readme 2025-03-10 20:21:44 +01:00
tsconfig.json Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
utils.ts 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00

EVE Relay

⚠️ ALPHA STAGE DISCLAIMER: EVE is currently in early alpha development. Many features described here are still in development or planned for future releases. The platform is rapidly evolving, and you may encounter bugs, incomplete functionality, or significant changes between versions. We welcome early adopters and contributors who share our vision, but please be aware of the platform's developmental status.

Requirements

  • Deno v2.2.1 or higher
    curl -fsSL https://deno.land/install.sh | sh
    

Getting Started

# Clone the Eve-Relay repo
git clone https://git.arx-ccn.com/Arx/Eve-Relay Relay

# Navigate into the Relay directory
cd Relay

# start the dev relay
deno task dev