208 B
208 B
Kouiz
Getting started
# Generate .env from template
make .env
# Update .env with your own values
vim .env
# Start application
make watch
Then open http://localhost:3001 in your browser.