Skip to content

This app allows you to listen to novels. It has a clean and simple UI.

Notifications You must be signed in to change notification settings

luis-herasme/reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Installation

After cloning the repository, you need to install the dependencies using the following command:

bun i

Usage

Before starting the server, you need to create a .env file in the server directory with the following content:

DATABASE_URL="<DATABASE_URL>"
GOOGLE_CLIENT_ID="<GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET="<GOOGLE_CLIENT_SECRET>"
BASE_URL="http://localhost:3000"
DATA_URL="<DATA_URL>"

To start the server and the client, use the following command in the root directory:

npm run dev

About

This app allows you to listen to novels. It has a clean and simple UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published