Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.29 KB

vale.sh Netlify Status

Website and documentation for all things Vale.

Contributing

Docs

The documentation is written in Markdown and is located in the src/lib/content directory. To contribute, simply edit the appropriate file and submit a pull request.

Media

If you have a blog post, video, presentation, or any other media related to Vale that you'd like to share, please submit a pull request to the library repository.

Packages & Configurations

If you have a Vale package or configuration that you'd like to share, please submit a pull request to the packages repository.

Implementations

If you an implementation of Vale that you'd like to share, please submit a pull request that:

  • Adds an SVG-formatted logo to static/users directory.
  • Adds an entry to the src/lib/config/users.ts file. The value of the name field should be the same as the filename of the logo (without the .svg extension).

Developing

To start a development server:

$ pnpm install
$ pnpm run dev -- --open