Skip to content

AAVision/lebanon-stars

Repository files navigation

Lebanon Stars ⭐

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 🛠️

  • Angular 18.0.4
  • Tailwind 3.4.4
  • DaisyUI 4.12.2

Development server 🚀

  • 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 🐳

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.

Contribution 🚨

  • Star the repo.
  • Fork it.
  • You can add your repo info to the data.json file in src/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.

LICENSE ⚖️

This project is licensed under the MIT License. See the LICENSE file for details.