Welcome to CIROH's Documentation Site! This site provides all the information you need to understand and contribute to our projects.
This website is built using Docusaurus, a tool that helps create simple and effective documentation websites.
Visit our site at docs.ciroh.org.
- Browse the Documentation: Click on the "Documentation" tab or any other tab to explore the content.
- Edit Content: See something that needs to be updated? Click on the "Edit page" button at the bottom of the page.
- Submit Changes: Make your edits and create a Pull Request. Your changes will be reviewed and merged by the admin.
If you need help, please contact us at ciroh-it-admin@ua.edu.
To set up the project locally, follow these steps:
- Install Node.js: Download and install the LTS version from nodejs.org if you don't have it already.
- Build and Run Locally:
npm install npm run build npm run start