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.
$ 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.
Production:
$ npm run build
$ NITRO_PORT=yourport node .output/server/index.mjs
Development:
$ npm run dev
This project is licensed under the GNU GPL 3.0 License - see the LICENSE file for details