This UI is a frontend SvelteKit app, built as a companion to an API-driven service (listario-backend).
git clone https://github.com/RLRama/listario-frontend.git
cd listario-frontend
cp .env.example .env
nano .env # then fill with valid API route
You can either:
Start development server
npm install
npm run dev # you can use bun instead
Build a production version
npm run build
npm run preview # preview the production build
Access the UI at http://localhost:5173/
To deploy your app, you may need to install an adapter for your target environment.
Project licensed under MIT license.
Ramiro Ignacio Rios Lopez
LinkedIn - Email - GitHub - Personal website