The Siris Technology company site and launch page for NepalToday on iOS. It is a static Astro site with no client-side framework or analytics script.
Use Node 24 and pnpm 11:
nvm use
corepack enable
pnpm install
pnpm devRun the production build and focused site checks with:
pnpm testNetlify builds the site with pnpm build and publishes dist/. The contact form uses Netlify Forms, so it needs no serverless function or browser-side JavaScript.
After the first deploy:
- In Netlify, enable Forms → Form detection if it is not already enabled.
- Submit one test message and confirm it appears under Forms → contact.
- Under Project configuration → Notifications → Emails and webhooks → Form submission notifications, send verified
contactsubmissions toinfo@siristechnology.com. - Verify the message, reply-to address, spam filtering,
/thanks/redirect, and privacy-policy link on the production domain.
The form still links directly to info@siristechnology.com as an email fallback.