This is the source code for the Lemari website.
-
Install dependencies
npm install
-
Run locally
npm run dev
-
Build for production
npm run build
-
Preview the production build
npm run preview
You can deploy this anywhere that can host a static site (the build output in dist/), for example:
- GitHub Pages
- Netlify
- Vercel (static)
- Cloudflare Pages