Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 422 Bytes

bklst

Cover

Simple app to keep track of books you want to read, are currently reading, or have already read. All with a nice and simple UI. Books are fetched from the Google Books API.

Dev

  • populate the .env file with the info in .env.example
  • supabase start to start the db
  • npm install && npm run dev in another terminal to start the app