Replacing PDF with instructions

pull/174/head
Jim Bennett 4 years ago
parent b4d670a989
commit 41251e74d2

@ -98,9 +98,14 @@ We have two choices of IoT hardware to use for the projects depending on persona
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.
## PDF
### PDF
A PDF of all of the lessons can be found [here](pdf/readme.pdf)
You can generate a PDF of this content for offline access if needed. To do this, make sure you have [npm installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and run the following commands in the root folder of this repo:
```sh
npm i
npm run convert
```
## Image attributions

2803
package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.
Loading…
Cancel
Save