Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 503 Bytes

UrbanBasic Creator

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.

Installation

npm install

Running locally

First, install Netlify CLI.

npm install netlify-cli -g

Then, build and run the development server.

netlify build # or 'npm run build'
netlify dev

License

MIT