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/
- Angular 18.0.4
- Tailwind 3.4.4
- DaisyUI 4.12.2
- 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 tohttp://localhost:4200/
. The application will automatically reload if you change any of the source files.
You can run the solution using docker: Build Image:
docker build -t lebanon-star .
Run the Docker container:
docker run -p 4201:4200 lebanon-star
You can head to localhost:4201
to access the application.
- Star the repo.
- Fork it.
- You can add your repo info to the
data.json
file insrc/assets/files/data.json
[
{
"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.
This project is licensed under the MIT License. See the LICENSE file for details.