Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 682 Bytes

File metadata and controls

28 lines (22 loc) · 682 Bytes

Refine Documentation

This repository contains the documentation on Refine's Documentation Website as .mdx files.

Dependencies

Using your favorite package manager, install docusaurus' dependencies.

Example:

bun install
# OR
npm install

Running

Similar to installing dependencies, here is how you can run the server.

bun start
# OR
npm start

Conventions

Please look at the existing products to see the layout and structure of pages.

Finally

Once you are finished, make a pull request with your changes and it will be reviewed. You can message @J4C0B3Y on discord once you have done this to speed up the review.