https://github.com/go-goyave/goyave.dev
Goyave's official website
https://github.com/go-goyave/goyave.dev
documentation goyave vuepress
Last synced: 5 months ago
JSON representation
Goyave's official website
- Host: GitHub
- URL: https://github.com/go-goyave/goyave.dev
- Owner: go-goyave
- License: mit
- Created: 2021-02-02T10:12:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T15:55:07.000Z (7 months ago)
- Last Synced: 2025-12-04T04:57:23.541Z (7 months ago)
- Topics: documentation, goyave, vuepress
- Language: Vue
- Homepage: https://goyave.dev
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Goyave's official website
This website is built with [Vitepress](https://vitepress.dev/) and contains the framework's documentation.
## Development
```
nvm use
npm install
npm run dev
```
### Diagrams
Diagrams are created using [Figjam](https://www.figma.com/figjam/).
- Group block color: `#BBE6FF`
- Element background color: `#00AED8`
- Arrows color: `#476582`
They are then exported as PNG and edited in an image processing software such as [Krita](https://krita.org/en/) to crop the padding and convert to Webp format.
## Contributing
See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for contribution instructions.