Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Documentation site for the iHub Health Ecosystem, built with Next.js and Tailwind CSS as an open-source SSG.
iHub Docs is an open-source documentation website for the iHub Health Ecosystem, built with Next.js and Tailwind CSS, that renders markdown content for a telemedicine-centered health platform.
iHub Docs is the documentation repository for the iHub Health Ecosystem, a project created during the COVID-19 response by Penguin Academy and PTI (Parque Tecnológico Itaipu Paraguay). It runs on Next.js as a static site generator (SSG) and uses Tailwind CSS with Tailwind UI for styling. The site takes markdown documentation as input and outputs a browsable documentation website; running npm run dev starts it locally on localhost:3000. The project is open-sourced under the AGPL v3 license.
npm i installs dependencies; npm run dev serves the app at localhost:3000 for previewing docs.npm i and npm run dev to serve the site at localhost:3000 and review changes before deploying.Getting started requires Node.js v12 or newer. After cloning the repository, run npm i to install dependencies, then npm run dev to launch the app at localhost:3000. Documentation content is written in markdown and rendered by Next.js; a known limitation is that the server must be redeployed after editing docs in any other iHub repositories.
iHub Docs is licensed under the GNU Affero General Public License v3 (AGPL v3), which allows free use, modification, and distribution with source code disclosure for network services.
The project requires Node.js version 12 or newer. After installing Node, run npm i to fetch dependencies and npm run dev to start the development server.
Contributions are welcome. You can open a GitHub issue for bug reports or feature requests. The maintainers note that contribution guidelines will be available shortly.
Yes, the project's documentation notes that the server must be redeployed after changing docs in any of the other iHub repositories. This is an acknowledged limitation during the current development phase.
