Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gowth6m/comcat-engineering

Website of Great Comcat Engineering LTD built Next.js, Tailwind CSS, MongoDB and Framer Motion.
https://github.com/gowth6m/comcat-engineering

ecommerce framer-motion gowth6m great-comcat-engineering mongodb nextjs nocxa npm reactjs tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Website of Great Comcat Engineering LTD built Next.js, Tailwind CSS, MongoDB and Framer Motion.

Awesome Lists containing this project

README

        

# Great Comcat Engineering

[View Website](https://greatcomcatengineering.com)

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
```