Skip to content

sam0r040/springwolf.github.io

This branch is 11 commits behind springwolf/springwolf.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cdd5a08 · Jun 30, 2024
Jun 29, 2024
Apr 17, 2024
Jun 30, 2024
Feb 23, 2024
Jul 25, 2023
Apr 9, 2024
Apr 20, 2024
Dec 2, 2021
Apr 17, 2024
Dec 2, 2021
May 31, 2024
May 31, 2024
Jun 29, 2024

Repository files navigation

Logo Springwolf Website

Build Netlify Status

Latest docs are deployed to

Updating the website & documentation

This website is built using Docusaurus 2, a modern static website generator.

The docs folder contains all pages in Markdown format.

Local Development

npm install

Make sure that you have installed all the dependencies in your local environment. You only need to run this command the first time or after dependencies are updated.

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Language Style

The vale tool is used to verify the language style. After installing, verify the documentation with

vale sync
vale docs/

Words not part of the dictionary yet are added in accept.txt.

Run Markdown Linter

To validate that the created Markdown follows the rules:

npm run lint:md

About

Documentation for Springwolf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 21.0%