Skip to content

hv0905/NekoImageGallery.App

Repository files navigation

NekoImageGallery.App

Gitlab pipeline status (self-managed)

A react webui app, for NekoImageGallery

中文文档

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

The above screenshots may contain copyrighted images from different artists, please do not use them for other purposes.

Getting Started

Prepare

Tools required

  • git
  • Node.js
  • yarn
  • Visual studio code (strongly recommended) or other code editor

Install dependencies

  1. Clone this repository

  2. Install dependencies using yarn

    yarn install

Run development server

Use the following command to run vite development server

yarn run dev

Production deployment

  1. Change environment file to match your production environment

    cp env/.env.example env/.env.production.local
    code env/.env.production.local
  2. Build the project in production mode

    yarn run build
  3. Deploy the dist folder to your own web server

Lint

Use the following command to lint the project

yarn run lint

Copyright

Copyright 2023 EdgeNeko

Licensed under GPLv3 license.

About

A react webapp for NekoImageGallery, an AI-powered natural language & reverse image search engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages