The static onboarding and feature pages for Drumee — plain HTML with Sass-compiled styles, no application framework.
| Path | Contents |
|---|---|
src/pages/ |
The page templates |
src/partials/ |
Shared fragments |
src/scss/ |
Sass sources — home.scss and features.scss are the entry points |
src/js/ |
Page scripts |
src/assets/ |
Images and other assets |
src/data/ |
Page content data |
dist/css/ |
Compiled CSS output |
npm install
npm run dev # watch src/scss and recompile into dist/css
npm run serve # serve the pages on http://localhost:8080serve uses Python's built-in HTTP server, so Python 3 needs to be available.
npm run sass:build # compile home.scss and features.scss
npm run sass:build:prod # same, minifiedThe onboarding flow — its state, services and analytics — lives in onboarding-server, with its interface in onboarding-ui.
See the org CONTRIBUTING guide. Questions: Discussions.