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

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

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.