Documentation for RuloDB.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser at http://localhost:3000 to view the documentation site.
- Double-check your changes
- Ensure the documentation is up-to-date
- Ensure you follow the style of other pages
- Format your code using
npm run format