Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.22 KB

File metadata and controls

47 lines (33 loc) · 1.22 KB

osism.github.io

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

Installation

npm install --global yarn

Local Development

yarn 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.

Linting

To run the megalinter locally, please follow the upstream documentation and choose your preferred method from there.

To run the same jobs as the GitHub action would, you can use one of the commands shown below.

Without installation:

npx mega-linter-runner --flavor documentation

With installation:

npm install mega-linter-runner -g
mega-linter-runner --flavor documentation

Note

We currently see errors for the link checker Lychee which are unrelated to actual site availability. Those errors are most likely related to more and more websites reconfiguring their WAF to block AI-agents. Since we still see link checking as a relevant task and do not want to do this manually, we keep Lychee running for now, but will ignore errors if the link works on manual check.