Implement landing page according to Figma design - Use BEM and SCSS
mate-academy
)npm install
(or just npm i
).npm start
.git checkout -b develop
- to create new branch and switch on it.src
folder.npm run lint
and fix code style errors.npm run deploy
to deploy your solution to gh-pages
.git add . && git commit -m 'solution'
to save your changes.git push origin develop
- to send you code for PR.develop
to branch master
of original repo.<your_account>
with your Github username in the
DEMO LINK.DEMO LINK
to the PR description.To update you PR repeat steps 7-11.