Skip to content

abraham-heuy/desic-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeSIC Platform — Documentation Site

This is a Docusaurus documentation site for the DeSIC Platform (Activity Management and Automation System for the DeKUT Startup & Incubation Centre). It summarizes the system's architecture, features, development process, testing, deployment, and roadmap.

Local development

npm install
npm start

This starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.

Build

npm run build

This generates static content into the build directory, which can be served by any static hosting service (Vercel, Netlify, GitHub Pages, etc.).

Structure

  • docs/ — all documentation content, organized by topic
  • src/components/Icons — a small inline SVG icon set used throughout the site instead of emoji or an icon-font dependency
  • src/components/IconCard — reusable card, stat, badge, and step/"wizard" components used across the docs and homepage
  • src/css/custom.css — the green color theme layered over Docusaurus' default Infima styling
  • src/pages/index.js — the custom homepage

Theme

The site uses a deep-green palette (#16794F / #0F9D58) defined in src/css/custom.css, with light and dark mode variants. No emoji are used anywhere in the content; all iconography is custom inline SVG.

About

This is a [Docusaurus](https://docusaurus.io/) documentation site for the DeSIC Platform (Activity Management and Automation System for the DeKUT Startup & Incubation Centre). It summarizes the system's architecture, features, development process, testing, deployment, and roadmap.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors