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.
npm install
npm startThis starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.
npm run buildThis generates static content into the build directory, which can be
served by any static hosting service (Vercel, Netlify, GitHub Pages, etc.).
docs/— all documentation content, organized by topicsrc/components/Icons— a small inline SVG icon set used throughout the site instead of emoji or an icon-font dependencysrc/components/IconCard— reusable card, stat, badge, and step/"wizard" components used across the docs and homepagesrc/css/custom.css— the green color theme layered over Docusaurus' default Infima stylingsrc/pages/index.js— the custom homepage
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.