Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekonyadevs/frontend
NekoNya's Frontend, built with Nuxt 3
https://github.com/nekonyadevs/frontend
bootstrap frontend nuxt nuxt3 nuxtjs sass vue vue3 vuejs
Last synced: 16 days ago
JSON representation
NekoNya's Frontend, built with Nuxt 3
- Host: GitHub
- URL: https://github.com/nekonyadevs/frontend
- Owner: NekoNyaDevs
- License: gpl-3.0
- Created: 2024-09-01T19:28:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T15:51:44.000Z (about 1 month ago)
- Last Synced: 2024-10-16T12:10:42.355Z (about 1 month ago)
- Topics: bootstrap, frontend, nuxt, nuxt3, nuxtjs, sass, vue, vue3, vuejs
- Language: Vue
- Homepage: https://nekonya.classydev.fr
- Size: 496 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿・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
```bash
$ git clone https://github.com/NekoNyaDevs/nekonya-storage.git
$ cd nekonya-storage
$ npm install
```> Note: You need to have [Node.js](https://nodejs.org/en/) 18.x.x or more and [TypeScript](https://www.typescriptlang.org) installed.
### 🚀・Run
Production:
```bash
$ npm run build
$ NITRO_PORT=yourport node .output/server/index.mjs
```Development:
```bash
$ npm run dev
```## 📜・License
This project is licensed under the GNU GPL 3.0 License - see the [LICENSE](LICENSE) file for details