Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

glhf-vn/manga

Repository files navigation

Website | Contact

Getting started

Clone the repository, then create an environment variable file consists two of these values: SUPABASE_URL and SUPABASE_ANON_KEY.

Also, remember to install the packages first:

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Customizing

There're plenty of ways to start customizing, but first start with src/data/

src/data
├── api.types.ts
├── config.ts -- Start with this
├── database.types.ts
├── index.types.ts
├── licensed.types.ts
└── public.types.ts

Side notes

Database schema can be found on types file, in src/data/database.types.ts

This project is built to be deployed on Vercel.