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

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

Awesome Lists containing this project

README

          

# TR
## 👨🏻‍💻 Kullanılan Teknolojiler
AlpineAstroBootstrap
- 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
AlpineAstroBootstrap
- 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 |