CIROH DocuHub has been merged into CIROH Hub. This repository has been retained as a redirect source to ensure continuity of website links.
- CIROH Hub link: https://hub.ciroh.org
- CIROH Hub repository: https://github.com/CIROH-UA/ciroh_hub
- This repository deploys to: https://github.com/CIROH-UA/ciroh-ua_website -> https://docs.ciroh.org
To set up the project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/CIROH-UA/ciroh-ua_website.git cd ciroh-ua_website -
Install Node.js: Download and install the LTS version from nodejs.org if you don't have it already.
-
Install Dependencies:
npm install
-
Build for Production (optional):
npm run build
This creates static files in the
builddirectory that can be deployed to a web server. -
Run Development Server:
npm run start
This will start a local development server at http://localhost:3000
-
View the Site: Open your browser and navigate to http://localhost:3000 to see the local version of DocuHub.
Go to GitHub Actions and Download the build folder from PR validate Action. Unzip the folder and run below command. $ npx http-server