Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasin-it/mokarico-caffee
mokarico coffee website clone https://www.mokarico.com/
https://github.com/kasin-it/mokarico-caffee
nextjs supabase
Last synced: 5 days ago
JSON representation
mokarico coffee website clone https://www.mokarico.com/
- Host: GitHub
- URL: https://github.com/kasin-it/mokarico-caffee
- Owner: kasin-it
- Created: 2023-07-20T08:10:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T11:36:30.000Z (about 1 year ago)
- Last Synced: 2025-01-06T18:33:40.208Z (25 days ago)
- Topics: nextjs, supabase
- Language: TypeScript
- Homepage: https://mokarico-caffe.vercel.app
- Size: 16.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mokarico-coffee
This project is built with Next.js 13, utilizing app router with SSR and dynamic routes.
### 🚀 Features
- 🤵 **User Registration and Authentication**
- 💻 **Responsive Design**
- 🔎 **SEO Friendly**
## Local setup
### Prerequisites
- Ensure you have Docker installed and running in the background.
### Setup Instructions
1. Install project dependencies:
```bash
npm i
```2. Start Supabase:
```bash
supabase start
```3. Run the project in preview mode:
```bash
npm run dev
```4. Access the application locally at [http://localhost:3000](http://localhost:3000). (default)\*
### Disclaimer \*
_Please note that ports may vary, check output of `supabase start` to know for sure._