Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! πΊπβοΈ
- Host: GitHub
- URL: https://github.com/aavision/lebanon-stars
- Owner: AAVision
- License: mit
- Created: 2024-03-19T20:05:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T10:44:17.000Z (5 months ago)
- Last Synced: 2024-06-23T11:41:07.729Z (5 months ago)
- Topics: angular, githubrepos, lebanese, lebanon, lebanon-stars, lebanonstars, project, projects, stars, typescript
- Language: HTML
- Homepage: https://lebanon-stars.netlify.app/
- Size: 4.45 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.