[go: nahoru, domu]

Skip to content

rozsival/website

Repository files navigation

🌐 Website

VΓ­t's personal website with blog about software development using React, TypeScript and friends.

QA CodeQL Deploy Preview Deploy Production Written in TypeScript Built with Next.js Designed with MUI Deployed to Vercel

πŸš€ vitrozsival.cz | πŸ‘¨β€πŸ’» rozsival | 🐦 @vitrozsival | πŸ“· @vitrozsival


πŸ’Ύ Installation

pnpm install

βš™οΈ Configuration

Create .env.local from .env.example

  • NEXT_PUBLIC_BASE_URL – website base URL for public assets prefixing
  • NEXT_PUBLIC_ROBOTS – value for robots meta tag
  • ROBOTS_POLICY – value for robotsTxtOptions.policies entry in next-sitemap.config.js

πŸ‘¨β€πŸ’» Development

pnpm dev

🚨 QA

pnpm qa
# or
pnpm fix

πŸ“¦ Build

pnpm build
pnpm start

πŸš€ Deployment

The website is automatically deployed to Vercel on push

  • main – production (needs approval)
  • develop – preview