Clone of the countdown page used during Buildspace Season 5.
- Open
chrome://extensions/in Google Chrome. - Enable Developer mode (top right).
- Click "Load unpacked" (top left).
- Select the
buildspace-os-extensionfolder.
- Click the countdown to set a target date and a custom message.
npm install
npm run devnpm install
npm run buildThe static site is generated in dist/.
Use the PM2 config in ecosystem.config.cjs to install dependencies, build the site, and serve dist/ with Caddy on port 8686.
pm2 start ecosystem.config.cjs