Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 509 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 509 Bytes

Great Comcat Engineering

View Website

E-commerce website for Great Comcat Engineering LTD based in London, UK. This web site was built using Next.js, Framer Motion, Tailwind css and MongoDB for backend to store data.

To get dependencies

npm install

To run website in developer mode

npm run dev

To build

npm run build

To export (required before firebase deploy command)

npm run export

To deploy to Firebase

firebase deploy