Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.14 KB

CIROH Documentation Site

Welcome to CIROH's Documentation Site! This site provides all the information you need to understand and contribute to our projects.

Introduction

This website is built using Docusaurus, a tool that helps create simple and effective documentation websites.

How to Get Started?

Visit our site at docs.ciroh.org.

How to Contribute

  1. Browse the Documentation: Click on the "Documentation" tab or any other tab to explore the content.
  2. Edit Content: See something that needs to be updated? Click on the "Edit page" button at the bottom of the page.
  3. 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.

Installation

To set up the project locally, follow these steps:

  1. Install Node.js: Download and install the LTS version from nodejs.org if you don't have it already.
  2. Build and Run Locally:
    npm install
    npm run build
    npm run start