https://github.com/sonatipek/dogadan-tea-advices
A sweet app that lists little suggestions from herbal teas
https://github.com/sonatipek/dogadan-tea-advices
alpine alpinejs astrojs bootstrap bootstrap5 js-framework json sonatipek
Last synced: 7 months ago
JSON representation
A sweet app that lists little suggestions from herbal teas
- Host: GitHub
- URL: https://github.com/sonatipek/dogadan-tea-advices
- Owner: sonatipek
- Created: 2023-06-01T11:32:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:20:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T17:44:20.501Z (9 months ago)
- Topics: alpine, alpinejs, astrojs, bootstrap, bootstrap5, js-framework, json, sonatipek
- Language: Astro
- Homepage: https://dogadan-advices.vercel.app
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TR
## 👨🏻‍💻 Kullanılan Teknolojiler


- Alpine.js
- Astro.js
- Bootstrap
## 🚀 Proje Yapısı
Proje içerisindeki klasör ve dosyalar:
```
/
├── api/
│ └── advices.json
│
├── public/
│ └── favicon.svg
│
├── src/
│ ├── components/
│ │ └── Navbar.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ ├── index.astro
│ ├── tavsiyegiris.astro
│ └── tavsiyelistesi.astro
│
└── package.json
```
## đź§ž Komutlar
Geliştirmeye yardım etmek veya kendi bilgisaayarınızda test etmek için kullanmanız için terminale ``npm i`` yazıp devam ettikten sonra, ``npm run dev`` komutu ile projeyi çalıştırabilirsiniz. Proje sorunsuz bir şekilde çalışacaktır.
| Komut | Yapacağı İş |
| :------------------------ | :------------------------------------------------------------------- |
| `npm install` | Proje gerekliliklerini yĂĽkler |
| `npm run dev` | Local geliştirme sunucusunu `localhost:3000` adresinde başlatır |
| `npm run build` | `./dist/` klasörüne projeyi build ecektir |
| `npm run preview` | Yayınlama aşamasından önce yerel sunucuda build'i önizleyin |
| `npm run astro ...` | `astro add`, `astro check` gibi CLI komutlarını çalıştırır |
| `npm run astro -- --help` | Astro CLI hakkında bilgi alın |
# EN
## 👨🏻‍💻 Tech Stack


- Alpine.js
- Astro.js
- Bootstrap
## 🚀 Project Structure
Folders and files in the project:
```
/
├── api/
│ └── advices.json
│
├── public/
│ └── favicon.svg
│
├── src/
│ ├── components/
│ │ └── Navbar.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ ├── index.astro
│ ├── tavsiyegiris.astro
│ └── tavsiyelistesi.astro
│
└── package.json
```
## đź§ž Commands
To help with development or to test it on your own computer, you can run the project by typing ``npm i`` in the terminal and then ``npm run dev``. The project will run without any problems.
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |