This folder contains the source code of the Morty documentation website.
You can submit an issue with documentation request or submit a pull request with suggested changes.
To help you, all the documentation pages have a button Edit this page at the right to go directly to the associated markdown file on the repository.
Please refer to the main CONTRIBUTING.md for contributing guidelines.
Below a guide to help you run the website locally and preview changes before submitting them.
Please ensure that your environment match the following requirements :
To run the website locally :
pnpm install
pnpm dev
The website should now be up and running at http://localhost:3000. Next.js will automatically reload your changes. When you're done, stop the server by hitting CTRL+C
.