⚡JavaScript basics manual with a set of exercises preprared for WarsawJS Workshop⚡
✨ Demo
It is recommended to install docsify-cli globally, which helps initializing
and previewing the website locally.
npm i docsify-cli -gindex.html as the entry file
README.md as the home page
_sidebar.md as the sidebar menu page
guide.md as the agenda content page
_coverpage.md as the cover page
Run the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.
docsify serveFor more use cases of docsify-cli, head over to the docsify-cli documentation.
For more useful features of docsify please look on the doscify documentation.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
- If you're looking for a place to modify please check in files structure.
For example, if you want to modify list of reserved words in section variables.mdjust find this file and do your changes.
- If you need to add new file just do this in a proper localization and make sure
you also add a reference to the _sidebar.md
👤 Łukasz Basaj
- Website: https://basaj.dev/
- Twitter: @basajlukasz
- Github: @lukaszbasaj
- LinkedIn: @lukasz-basaj
Give a ⭐️ if this project helped you!
Copyright © 2020 Łukasz Basaj.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator