This directory hosts small demo projects using React and Svelte. All projects
import frontend/styles/theme.css, which exposes the purple and gold gradient
utilities and re‑exports the shared variables from assets/css/epic_theme.css.
Reusable UI pieces now live under frontend/components so the examples do not
duplicate markup.
For colour references see the style guide.
-
Install the dependencies inside
frontend/forum-app:cd frontend/forum-app && npm install
-
From the repository root, build all frontend assets (Tailwind and the React forum) with:
npm run build:frontend
The compiled forum assets are written to
assets/forum-app/. -
Deploy by copying or syncing the
assets/forum-appdirectory to the web server. Theforo/index.phppage loadsforum.jsfrom this location.