Install pnpm
and project dependencies:
nvm install 18 && nvm use 18
npm install -g pnpm
pnpm i
Start development server on localhost:3000:
pnpm dev
To format .mdx files, you can use the Prettier extension in VSCode.
Upon push of a commit, the following checks are made:
- markdown-link-check checks that all links work.
- If you are configuring a link that is erroring out, considering adding something to the mlc_config.json using these options.