A monthly meetup for electronics, hardware, wireless communication, robotics and iot lovers. Checkout our casual meetups on Facebook and Meetup.com.
-
Install npm which is part of node if you don't have it already. If you are using a Mac with brew, you can use
brew install node
. -
Install packages
npm i
- Open the slides in your browser on your machine
npm start
in the cloned repo directory. - Past meetups are found in tag releases
- Search for
EDIT
in fileindex.html
-
If the meetup has ended, then tag the release with
{HACKWARE_VERION}
#git tag -a {HACKWARE_VERSION} -m "Hackware {HACKWARE_VERSION}" # template git tag -a v1.4 -m "Hackware v1.4" # example git push --tags