CSS tricks web developers need to know
Several quick start options are available:
- Clone the repo:
https://github.com/l-hammer/You-need-to-know-css.git
- Install docsify with docsify:
npm install docsify-cli -g (or yarn global add docsify-cli)
- Development run
docsify serve
- Open
http://localhost:3000
in your browser.
- 🍴Fork it!
- 🔀Create your branch:
git checkout -b new-branch
- 🔧Make your changes
- 📝Commit your changes:
git commit -am 'Add some feature'
- 🚀Push to the branch:
git push origin new-branch
- 🎉Submit a pull request
or submit an issue - any helpful suggestions are welcomed. 😜
MIT © 2018 LHammer