Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 373 Bytes

mvlst

img

A simple movie tracker made with Astro, Alpine, HTMX and the TMDB API.

Dev

Populate the .env file with your TMDB API Access Token as in .env.example.

  • cd pocketbase && ./pocketbase serve to serve db
  • in another terminal npm install && npm run dev to start the app