Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.14 KB

getting-started.md

File metadata and controls

28 lines (17 loc) · 1.14 KB

Quick Start Guide

Note: daed (UI component) is bundled with dae-wing (backend API server) and dae (core).

How to run

Download pre-compiled binaries

Releases are available in https://github.com/daeuniverse/daed/releases

Note: If you would like to get a taste of new features, there are PR Builds available. Most of the time, newly proposed changes will be included in PRs and will be exported as cross-platform executable binaries in builds (GitHub Action Workflow Build). Noted that newly introduced features are sometimes buggy, do it at your own risk. However, we still highly encourage you to check out our latest builds as it may help us further analyze features stability and resolve potential bugs accordingly.

PR-builds are available in https://github.com/daeuniverse/daed/actions/workflows/pr-build.yml

Spin up server locally

sudo chmod +x ./daed
sudo install -Dm755 daed /usr/bin/
sudo daed run

# helper
sudo daed [-h,--help]

If everything goes well, open your browser and navigate to http://localhost:2023

Happy Hacking!