Getting Started
Install
Local install steps.
Clone
bun x degit imthatdev/swush
cd swushOr with git:
git clone https://github.com/imthatdev/swush.git
cd swushInstall dependencies
bun installCreate env file
cp example.env .envEdit .env before the first run. See Environment.
Migrate database
bun run db:migrateStart
bun devOpen http://localhost:3000 and complete the setup wizard.