Skip to content

meziyum/lnarchive

Repository files navigation

LNarchive - The Light Novel Database Theme

LNarchive is a sleek and functional WordPress theme designed for light novel enthusiasts. It is a comprehensive database that keeps track of current and future releases, authors, illustrators, narrators, translators, and more. With a minimalist design, the theme allows users to search for specific light novels, filter by various criteria, and view detailed information about each novel. It also serves as a news and blog website for all things related to light novels, including reviews and editorials.

Screenshots

Archive Image Novel Image
Calendar Image Blog Image

Development ( To be added )

Install

Clone the repo and run

npm install

During development

The following command will start the development enviornment.

npm run dev

Production

The following command will generate the production files.

npm run prod

Cleaning

The following command will clean the assests folder.

npm run clean

Linting

The following command will display all the linting error.

npm run lint

Linting and Autofixing

The following command will try fixing all the linting errors and then display all the linting errors which it cant handle.

npm run lint-fix