Skip to content

mirainc/developer-docs

Repository files navigation

Raydiant Documentation Website

General

  • Install NVM and run nvm install & nvm use to install and use the correct version of Node.js.
  • Install all project dependencies with yarn install

Development

First, run the development server:

yarn dev

Open https://localhost:3000 with your browser to see the result.

Learn More about NextJS

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Credits

The Raydiant Developer Docs are built using the awesome ContentLayer library to make it easy to process Markdown files. Special thanks to the ContentLayer team for open-sourcing their docs, which we largely forked for our own.