A marketing website built with Vite, React, TypeScript and Tailwind CSS.
This repository contains the front-end for the SimTestLab website. It includes reusable UI components, page layouts, and a small Netlify serverless function used for sending email.
Key features
- Built with Vite + React + TypeScript
- Styled with Tailwind CSS
- Component-driven UI located in
src/components - Netlify function(s) under
netlify/functions(example:send-email.js)
Prerequisites
- Node.js (LTS)
- yarn (or use npm with equivalent commands)
Install dependencies
yarn installRun development server
yarn devBuild for production
yarn buildPreview production build
yarn previewThis project includes a netlify.toml and a serverless function folder; it's configured for deployment on Netlify. Push to your repository and connect it in Netlify, or use the Netlify CLI to deploy.
src/— main app sourcecomponents/— UI components and shared primitivespages/— top-level pages (Index, NotFound)lib/andhooks/— utilities and custom hooks
netlify/functions/— serverless functions used in productionpublic/— static assets
- Check
netlify/functions/send-email.jsif you plan to use the contact/email feature. - Update the License and Contributors sections as needed.
If you need help or want to contribute, open an issue or create a pull request.