Skip to content

Contribute to the project

Any kind of contribution is welcome.

start contributing to the project by submitting pull requests

Todos

  • ⚡ Resolve open issues
  • ⚡ Improve the documentation site
  • ⚡ Improve code documentation (summary)
  • ⚡ Add project Security Policy

Documentation

Gridify documentation is powered by vuePress, All the markdown source files are placed in docs directory.

by running the following commands, you can check the documentation site locally:

shell
yarn install
yarn dev
shell
npm install
npm run dev

How to contribute

check out the github contributing guide

Contributors