Netlify: https://forestic-pedro.netlify.app/
This application was built by me to incrase my animations skills with Framer Motion!
Step 1: clone this repository typing in your terminal
git@github.com:Pedro-Murilo/forestic.git
Step 2: type
yarn
and wait install all dependencies
Step 3: after install all dependencies, type
yarn start
and wait open on portlocalhost:3000
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.