Skip to content

NekoNyaDevs/frontend

Repository files navigation

🌿・NekoNya-Frontend

📝・Description

NekoNya-Frontend is a Nuxt3 TypeScript frontend used in the NekoNya project.

If you wish to deploy your own instance of NekoNya-Frontend for any reasons, you can do so by following the instructions below. But please, do not forget to give credit to the original authors of this project.

📚・How to deploy

📦・Install

$ git clone https://github.com/NekoNyaDevs/nekonya-storage.git
$ cd nekonya-storage
$ npm install

Note: You need to have Node.js 18.x.x or more and TypeScript installed.

🚀・Run

Production:

$ npm run build
$ NITRO_PORT=yourport node .output/server/index.mjs

Development:

$ npm run dev

📜・License

This project is licensed under the GNU GPL 3.0 License - see the LICENSE file for details