Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 627 Bytes

Goyave's official website

This website is built with Vitepress and contains the framework's documentation.

Development

nvm use
npm install
npm run dev

Diagrams

Diagrams are created using 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 to crop the padding and convert to Webp format.

Contributing

See CONTRIBUTING.md for contribution instructions.