A react webui app, for NekoImageGallery
The above screenshots may contain copyrighted images from different artists, please do not use them for other purposes.
- git
- Node.js
- yarn
- Visual studio code (strongly recommended) or other code editor
-
Clone this repository
-
Install dependencies using yarn
yarn install
Use the following command to run vite development server
yarn run dev
-
Change environment file to match your production environment
cp env/.env.example env/.env.production.local code env/.env.production.local
-
Build the project in production mode
yarn run build
-
Deploy the
dist
folder to your own web server
Use the following command to lint the project
yarn run lint
Copyright 2023 EdgeNeko
Licensed under GPLv3 license.