Epoxy flooring services website built with SvelteKit 5 and Tailwind CSS.
npm install
cp .env.example .envEdit .env with your WhatsApp number:
PUBLIC_WHATSAPP_NUMBER=27821234567
PUBLIC_PHONE_NUMBER="+27 82 123 4567"
npm run devVisit http://localhost:5173
npm run build
npm run preview- Push repo to GitHub
- Create new app at cloud.digitalocean.com/apps
- Select Static Site and configure:
- Build Command:
npm run build - Output Directory:
build - Catchall Document:
404.html
- Build Command:
- Add environment variables:
PUBLIC_WHATSAPP_NUMBERPUBLIC_PHONE_NUMBER
- Deploy
Static sites are free on Digital Ocean (3 sites, 1GB bandwidth/month).