🌐 Live site: softnanolab.com
React + Vite site for SoftNanoLab deployed to Vercel.
- Node.js 20.x (matches the CI deploy workflow)
- npm (ships with Node)
- Install dependencies:
npm ci - Start dev server:
npm run dev(Vite will print the local URL, typically http://localhost:5173) - Build for production:
npm run build(output indist/) - Preview the production build locally:
npm run preview
- Pushing to
mainautomatically triggers a deployment to Vercel. - The site is available at softnanolab.com.