Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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