Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gowth6m/comcat-engineering
- Owner: gowth6m
- Created: 2023-01-22T18:04:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T20:52:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T18:53:27.340Z (almost 2 years ago)
- Topics: ecommerce, framer-motion, gowth6m, great-comcat-engineering, mongodb, nextjs, nocxa, npm, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://greatcomcatengineering.com
- Size: 1.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```