Skip to content

devfake/years-to-read

Repository files navigation

Years To Read

Open Source Helpers

https://years-to-read.pyxl.dev/ is a web app that tells you how long it will take you to read a book. It's build on top of Vue and Express and uses the Google Books API.

Years To Read

Requirements

Installation

  • Clone this repo
  • Copy .env.example to .env and enter your GOOGLE_API_KEY

Development

  • Run npm install
  • Run npm run build
  • Start the Express server in a new tab via node src/express.js
  • Server will be running on http://localhost:3000

Production Build

  • Run npm run prod