Eve-Relay/Readme.md
2025-06-04 12:43:23 +02:00

28 lines
737 B
Markdown

# 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
```bash
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
```