https://github.com/soundux/soundux.github.io
🕸️ Website for Soundux
https://github.com/soundux/soundux.github.io
nuxt static-site static-site-generator vuetify
Last synced: over 1 year ago
JSON representation
🕸️ Website for Soundux
- Host: GitHub
- URL: https://github.com/soundux/soundux.github.io
- Owner: Soundux
- License: gpl-3.0
- Created: 2020-11-24T16:33:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T06:10:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T00:13:40.587Z (over 1 year ago)
- Topics: nuxt, static-site, static-site-generator, vuetify
- Language: Vue
- Homepage: https://soundux.rocks
- Size: 7.71 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundux.github.io
Website for [Soundux](https://github.com/Soundux/Soundux)
[](https://github.com/Soundux/Soundux)
[](https://github.com/Soundux/soundux.github.io/blob/master/LICENSE)
[](https://github.com/Soundux/soundux.github.io/actions?query=workflow%3A%22ci%22)
[](https://github.com/prettier/prettier)
> ⚠️ The repo's `master` branch contains the source files for the site. The static files are in the [`gh-pages` branch](https://github.com/Soundux/soundux.github.io/tree/gh-pages)!
### Tech stack
[](https://nuxtjs.org/)
[](https://vuetifyjs.com/)
[](https://materialdesignicons.com/)
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).