Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 654 Bytes

README.md

File metadata and controls

69 lines (48 loc) · 654 Bytes

UwU Stack · logo

Install and first run

npm i
cp .env.tpl .env
npm run up
npm run reset-database
npm run log

Then go to http://localhost:3000

DevEnv actions

Start

npm run up

Show logs

npm run log

Stop

npm run down

Restart

npm run restart

Truncate Database, Migrate and apply seeds

npm run reset-database

Run Lint

npm run lint

Run tests

npm run test

TODO

  • ✅ ...Done

  • ⌛️ ...In Progress

  • 🚨 ...Bug

  • 🚧 ...Improvment

  • full sqlite option

  • redis/postgres option

  • auth flow

  • ui