Netlify: https://autumn-pedro.netlify.app/
This application was built by me to incrase my SASS and design skills!
Step 1: clone this repository typing in your terminal
git@github.com:Pedro-Murilo/autumn.git
Step 2: install
live-server
andwatch sass
extensions on VSCode
Step 3: open with live-server and it will be open on port
127.0.0.1:5500/
Step 1:
fork
this repository
Step 2: Add a new branch with your new feature:
git checkout -b my-feature
Step 3: Commit your new features:
git commit -m "feat: my new feature"
Step 4: Push to your branch:
git push origin your-branch
Final: After merge your pull request, you can delete your branch
This project is under MIT license. See the LICENSE file for more details.