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

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

Awesome Lists containing this project

README

          

# soundux.github.io

Website for [Soundux](https://github.com/Soundux/Soundux)

[![Main repo](https://img.shields.io/badge/View%20our%20main%20repo-181717?style=for-the-badge&logo=github&logoColor=fff)](https://github.com/Soundux/Soundux)

[![License](https://img.shields.io/github/license/Soundux/soundux.github.io?style=for-the-badge)](https://github.com/Soundux/soundux.github.io/blob/master/LICENSE)
[![Build](https://img.shields.io/github/workflow/status/Soundux/soundux.github.io/ci?&style=for-the-badge)](https://github.com/Soundux/soundux.github.io/actions?query=workflow%3A%22ci%22)
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](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
[![Nuxt.js](https://img.shields.io/badge/Nuxt.js-00C58E?style=for-the-badge&logo=nuxt.js&logoColor=fff)](https://nuxtjs.org/)
[![Vuetify](https://img.shields.io/badge/Vuetify-1867C0?style=for-the-badge&logo=vuetify&logoColor=fff)](https://vuetifyjs.com/)
[![Material Design Icons](https://img.shields.io/badge/Material%20Design%20Icons-2196F3?style=for-the-badge&logo=material-design-icons&logoColor=fff)](https://materialdesignicons.com/)



Translation status

## 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).