Swush
Getting Started

Install

Local install steps.

Clone

bun x degit imthatdev/swush
cd swush

Or with git:

git clone https://github.com/imthatdev/swush.git
cd swush

Install dependencies

bun install

Create env file

cp example.env .env

Edit .env before the first run. See Environment.

Migrate database

bun run db:migrate

Start

bun dev

Open http://localhost:3000 and complete the setup wizard.

On this page