Steven Universe Wiki's chat logs/stats front-end. Originally written using Svelte, later ported to Vue 3.
- Clone the repo
npm install
- Start the dev server:
npm dev
- Build for production:
npm build
- Profit?
VITE_YVES_API
: Base URL of the back-end server. If not set, falls back tohttp://localhost:3030
.