Skip to content

BlieBlue is a website used as fulfillment for the mid-term semester and final exams for Web Development lectures.

License

Notifications You must be signed in to change notification settings

Kitzdev/BlieBlue

Repository files navigation

BlieBlue

BlieBlue is a static page website used as fulfilment to mid-term semester Web Development lecture.

Below, there are several guides to start contributing to this project. I will explain using CLI. For the GUI guide, you can find it online or contact me ASAP through email or Whatsapp if you have my contact 😄.

How to clone this project to your local computer?

  1. Go to a folder you want to place this project.
  2. Start a terminal right in the folder.
  3. Write down this code git clone https://github.com/Lemonide12/BlieBlue.git.

How to start contributing to this project?

Make a new branch You can use several ways to create a new branch.

  1. Open your terminal and make sure you are on the folder's project.
  2. Execute this command -> git checkout -b {your-new-branch-name-without-curly-braces}. At this point, you are already on the new branch.
  3. Push your new branch to the repository. Execute this command -> git push origin {your-new-branch-name-without-curly-braces}.

What to do after you finish applying changes to this project?

You can commit your changes and push your changes to the remote, so others can see your changes

  1. Open your terminal and make sure you are on the folder's project.

  2. Execute this command -> git status. To see your changed files.

  3. Add your changes to the staging area. git add {your-new-branch-name-without-curly-braces}. Or use git add, to add all changed files. Staging area is an area that is used to store your files that will be committed.

  4. Execute this command -> git commit -m "your commit message here".

  5. Publish and save your changes to the remote repository. Execute this command -> git push origin {your-current-branch-name}.

How to apply your changes to the main branch?

You can merge your branch to the main/master branch

  1. Make a pull request.
  2. Go to this repository.
  3. Select your branch.
  4. Click Make a pull request or equivalent.

Tips

  1. Always execute git pull origin main in your branch before you start working.

Introducing Laravel

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

BlieBlue is a website used as fulfillment for the mid-term semester and final exams for Web Development lectures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published