Website and documentation for all things Vale.
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.
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.
If you have a Vale package or configuration that you'd like to share, please
submit a pull request to the packages
repository.
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 thename
field should be the same as the filename of the logo (without the.svg
extension).
To start a development server:
$ pnpm install
$ pnpm run dev -- --open