https://github.com/hapijs/joi.dev
https://github.com/hapijs/joi.dev
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hapijs/joi.dev
- Owner: hapijs
- Created: 2020-08-18T20:29:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-03T15:05:02.000Z (11 months ago)
- Last Synced: 2025-10-07T18:40:16.833Z (9 months ago)
- Language: Vue
- Size: 3.26 MB
- Stars: 3
- Watchers: 6
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joiSite
## 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 run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).