Skip to content

realliance/realliance.net

Repository files navigation

Realliance Website

Live at realliance.net

Getting Started

Install Requirements

Arch Linux Users pacman -S just deno watchexec

Running locally

# Build
just

# Build and serve locally
just serve

# Build and serve with directory watching to rebuild (recommended)
just watch