doujinshi-info / frontend-nuxt

Doujinshi.info is an information database containing data on self-published works known as doujinshi. The goal of the site is to catalog, tag, and categorize as many doujinshi as possible.
https://www.doujinshi.info
10 stars 3 forks source link
doujinshi information lexicon manga nuxtjs

Doujinshi.info

Doujinshi.info is an information database containing data on self-published works known as doujinshi. The goal of the site is to catalog, tag, and categorize as many doujinshi as possible. With this community driven data, we are able to provide interesting statistics regarding the doujinshi scene as a whole. Such as average page counts, most common themes, average prices, etc. Along with this, users are able to catalog their physical doujinshi collections to keep track of what they own, as well as follow their favorite artists, or tags, to discover newly released doujinshi.

This site's goals are purely academic, and does not offer the ability to download any of the doujinshi on the site. Only information and statistics about the doujinshi are provided.

This repository is for the frontend client which users interactive with.

Development and Community: Discord

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.