Before you will use this repository make sure that you have installed:
-
Git
-
If you are a Windows or macOS user visit this link Downloading Git then download appropriate installer and install it.
-
If you are a Linux (Arch-based distribution) user you can paste bellow scrip into your terminal or visit this page Installing Git
sudo pacman -S git
-
-
GitHub
- Create a free account on GitHub. You can find registration form under this link Create GitHub account
-
Node.js
- Visit this site to download latest node.js version Node.js
If you followed every step, you should be ready to start using this repository. To make sure that you have installed everything correctly open your terminal git-bash and run the following commands:
- To check git:
git --version
→ you should see output with git version - To check node.js:
node --version
→ you should see output with node version
- Aplication was bootstraped using
npm create vite@latest
with react and typescript options.
-
Open your terminal / git-bash in location where you create a directory which will contain this repository
-
Run the following command in your terminal / git-bash
git clone https://github.com/GDSC-Lodz-University-of-Technology/github-actions-workshop.git cd ./git-basics
At the end of this workshop, you should have a basic understanding of Github Actions. You should also know about the importance of CI/CD.
- All you have to know about the CI/CD Github CI/CD
- Everything about the Github actions Github Actions
- 30 minute movie about Github actions Github Actions Tutorial