- Responsive
- Light/Dark colors
- SEO Optimized
First of all you need to have already installed on your machine: Node.js and PNPM.
Install Packages
pnpm install
Start Dev Server
pnpm dev
Now go to http://localhost:3000
Add .env
file with Umami ID *optional configuration for analytics
UMAMI_WEBSITE_ID=
Install Packages
pnpm install
Build Website
pnpm build
Start Production Server
pnpm start
Now go to http://localhost:3000