feat: initial commit — site + admin panel + Postgres content pipeline
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Müco Mutfak Corporate Website
|
||||
|
||||
Progressive Web App
|
||||
|
||||
## Requirements
|
||||
|
||||
**Node.js:** 22.22.2
|
||||
|
||||
## How to run
|
||||
|
||||
```code
|
||||
yarn install
|
||||
```
|
||||
|
||||
### Run for dev
|
||||
|
||||
```code
|
||||
yarn dev
|
||||
```
|
||||
|
||||
### Run for prod
|
||||
|
||||
```code
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Prod Deploy
|
||||
|
||||
Web sitesi Cloudflare Pages üzerinden ücretsiz plan ile yayına alınmıştır.
|
||||
Github repo ile bağlantılıdır.
|
||||
Github repoya commit atıldığında otomatik olarak deploy olur.
|
||||
Tüm environment'lar Cloudflare'de mevcuttur.
|
||||
Recaptcha için Cloudflare üzerinden Turnstile kullanılmıştır.
|
||||
Email için ise Resend kullanılmıştır.
|
||||
|
||||
## Color Pallette
|
||||
|
||||
- #3C393D
|
||||
- #F1F4F5
|
||||
- #DFEDEE
|
||||
- #3FA0C7
|
||||
- #8FCFE1
|
||||
|
||||
## Font
|
||||
|
||||
- All Round Gothic Font Family
|
||||
- Shadows Into Light Regular
|
||||
Reference in New Issue
Block a user