Modern Artist Website.
Modern JAMStack Artist website to exhibit my art and potentially sell them.
Built with React / Next.js, Radix / shadcn UI components using TypeScript. Hosted on static files Backblaze B2 & behind Cloudflare CDN.
- Home page shows a random featured painting based on device orientation.
- Mobile responsive design.
- Modal gallery zoom view.
Goto https://art.mrzzy.co and buy a painting.
Install dependencies
npm install --dev
Run development server
npm run dev
Unit tests
npm run test
Production build
npm run build
MIT.