Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aavision/lebanon-stars

All lebanese projects in one place! πŸ—ΊπŸŒβ­οΈ
https://github.com/aavision/lebanon-stars

angular githubrepos lebanese lebanon lebanon-stars lebanonstars project projects stars typescript

Last synced: 3 days ago
JSON representation

All lebanese projects in one place! πŸ—ΊπŸŒβ­οΈ

Awesome Lists containing this project

README

        

# Lebanon Stars :star:

**We're successful developers and software engineers from Lebanon who invented a bunch of success repositories in a place filled with obstacles and economic crises!**

**LIVE DEMO:** https://lebanon-stars.netlify.app/



## Used Technologies :hammer_and_wrench:
- Angular 18.0.4
- Tailwind 3.4.4
- DaisyUI 4.12.2

## Development server :rocket:

- Install Node version `21.5.0` using NVM or from Node's website.
- Run `npm install` to install dependencies.
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Docker :whale:

You can run the solution using docker:
Build Image:
```bash
docker build -t lebanon-star .
```

Run the Docker container:
```bash
docker run -p 4201:4200 lebanon-star
```

You can head to `localhost:4201` to access the application.

## Contribution :rotating_light:

- Star the repo.
- Fork it.
- You can add your repo info to the `data.json` file in `src/assets/files/data.json`
```bash
[
{
"id": "1",
"name": "Beside You", // without any symbols
"description": "❀️ We can motivate!",
"url": "https://github.com/AAVision/beSideYou"
},

...
]

```
- Create a Pull request and add your Github repo link to the description of the PR.

## LICENSE :balance_scale:

This project is licensed under the MIT License. See the [LICENSE](https://github.com/AAVision/lebanon-stars/blob/main/LICENSE) file for details.