https://github.com/phocks/voicefor
a voice for
https://github.com/phocks/voicefor
hacktoberfest
Last synced: 5 months ago
JSON representation
a voice for
- Host: GitHub
- URL: https://github.com/phocks/voicefor
- Owner: phocks
- Created: 2020-10-01T21:12:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T01:12:51.000Z (about 5 years ago)
- Last Synced: 2025-08-12T13:56:57.868Z (11 months ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://voicefor.ml
- Size: 5.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voicefor
## Setup
Install dependencies:
```bash
yarn install
```
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).