Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 148 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 148 Bytes

SvelteKit Demo App

# run app
npm install
npm run build
npm run dev -- --open
# .env file
API_URL=example
API_VERSION=v1