Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 1.92 KB

prerequisites.md

File metadata and controls

31 lines (31 loc) · 1.92 KB

Prerequisites and Learning 📖

For all the beginners that are starting on the ColoredCow website this is for you to get started. There are some topics and tools you need to know and install, prior to work on this project. So please make sure to check the following things.

1. Version Control System 💻

Version control, also known as source control, is the practice of tracking and managing changes to software code. More about version control system

2. Git 🐱

3. Git and GitHub 🏃

4. MySQL 🏃

  1. You can install it from this link.
  2. It comes pre-installed with WAMP/XAMPP.

5. PHP 🏃

PHP v7.3 or higher is needed. You can install it with the following ways:

  1. WAMP
    • If you prefer using WAMP, you can download the full stack server from this link
  2. XAMPP
    • If you prefer using XAMPP, you can download the full stack with right PHP version from this link
    • If you already have XAMPP installed, refer this link for switching to the correct PHP version.

6. Composer 🏃

7. Nodejs 🏃

8. Sass 🏃

9. Grunt 🏃