T-shirt customizer e-commerce site for Urban Basic. Built with Next.js/React and Material UI. Hosted by Netlify with AWS Lambda functions talking to FaunaDB.
npm install
First, install Netlify CLI.
npm install netlify-cli -g
Then, build and run the development server.
netlify build # or 'npm run build'
netlify dev