We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task/01-setup
1.1. Fork main repository.
1.2. Clone your remote repo to your local machine
git clone [email protected]:vladyslav-yermolin-moc/fe-react-2024.git
1.3. Add MA remote repository as the second remote (in the future you will get some important updates form it)
git remote add moc [email protected]:MastersAcademy/fe-react-2024.git # check if it was added git remote -v moc [email protected]:MastersAcademy/fe-react-2024.git (fetch) moc [email protected]:MastersAcademy/fe-react-2024.git (push) origin [email protected]:vladyslav-yermolin-moc/fe-react-2024.git (fetch) origin [email protected]:vladyslav-yermolin-moc/fe-react-2024.git (push)
1.4. Install dependencies
npm ci
1.4.1. Optional - set up linters (EsLint, StyleLint, Prettier) for fixing errors on save.
2.1. Run the local dev server
npm run dev
2.2. Add block About and image from the design. You can pick those layout, which you like. Start from the mobile version (mobile first😎).
mobile first
2.3. Checkout to new branch
git checkout -b task/01-setup
2.4. Add your changes to commit, commit them, and push to your remote repo (good luck with linters 🤞😑)
3.1. Enable actions in your repo
3.2. Setup deployment from action
3.3. Add pattern task/** to git-hub-pages env, to enable deploy from these branches
task/**
main
If Octocat is on your side, you will see the link to your deployed app in settings and in pull request.
Add your mentors (main and support) from the table(--> ADD TABLE LINK <--) to your repo as collaborators
Create a pull-request, add your main mentor to it like a Reviewer and copy AC 👇👇👇
1
390px
1280px
1*
App.tsx
App.module.css
The text was updated successfully, but these errors were encountered:
No branches or pull requests
task/01-setup
1. Setup remote and local repositories
1.1. Fork main repository.
1.2. Clone your remote repo to your local machine
1.3. Add MA remote repository as the second remote (in the future you will get some important updates form it)
1.4. Install dependencies
1.4.1. Optional - set up linters (EsLint, StyleLint, Prettier) for fixing errors on save.
2. Do the code (an easy part 🙄)
2.1. Run the local dev server
2.2. Add block About and image from the design. You can pick those layout, which you like. Start from the mobile version (
mobile first
😎).2.3. Checkout to new branch
2.4. Add your changes to commit, commit them, and push to your remote repo (good luck with linters 🤞😑)
3. Setup deployment on your remote repo
3.1. Enable actions in your repo
3.2. Setup deployment from action
3.3. Add pattern
task/**
to git-hub-pages env, to enable deploy from these branchesmain
branch:If Octocat is on your side, you will see the link to your deployed app in settings and in pull request.
Add your mentors (main and support) from the table(--> ADD TABLE LINK <--) to your repo as collaborators
Create a pull-request, add your main mentor to it like a Reviewer and copy AC 👇👇👇
Acceptance criteria for
1
390px
and1280px
, the site layout corresponds to the designAcceptance criteria for
1*
App.tsx
styles moved toApp.module.css
Example of pr
https://github.com/vladyslav-yermolin-moc/pull/1The text was updated successfully, but these errors were encountered: