https://github.com/reviversmc/modget-web
Modget's Web UI
https://github.com/reviversmc/modget-web
Last synced: 4 months ago
JSON representation
Modget's Web UI
- Host: GitHub
- URL: https://github.com/reviversmc/modget-web
- Owner: ReviversMC
- License: agpl-3.0
- Created: 2022-02-11T15:45:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T15:09:20.000Z (over 4 years ago)
- Last Synced: 2025-07-12T16:27:29.046Z (11 months ago)
- Language: Vue
- Size: 5.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
## Modget Web
Modget's web portal for browsing mods, viewing metadata and adding/updating packages.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production and launch server
npm run build
npm start
# generate static project
npm run generate
```
For detailed explanation on how things work, check out the [Nuxt.js docs](https://nuxtjs.org/docs).