Installation

How to use Hyper AL-1S in your machine.

Manual Deploy

Get Hyper AL-1S

Clone Git Repository
Download ZIP with Powershell
git clone https://github.com/imnyang/hyper-al-1s.git

Chnage Directory

Powershell
cd hyper-al-1s
cd frontend

Install Dependencies

Bun
bun install

Build Server

Bun
bun run build

Publish Frontend

You need to deploy ./dist statically. Find a way to deploy statically. If you have trouble running a web server, simply check with bun run preview.