This repo contains the source code for awsdeeplens.recipes, a website that has a curated collection of tutorials and classroom activities for AWS DeepLens.
This repo also contains sample code for AWS DeepLens projects. You can find this code under /static/code
The website is generated by the Hugo site generator.
Install Hugo:
brew install hugo
- Download from the releases page: https://github.com/gohugoio/hugo/releases/tag/v0.64.1
- Extract and save the executable to
/usr/local/bin
From wherever you checkout repos:
git clone git@github.com:aws-samples/aws-deeplens-recipes.git
(or your fork)
cd aws-deeplens-recipes
git submodule init
;
git submodule update
After installing Hugo, go to the project directory and enter:
hugo serve
Visit http://localhost:1313/ to see the site. As you save edits to a page, the local site will live-reload to show your changes.
Any commits to master will auto build and deploy in a couple of minutes.
This library is licensed under the MIT-0 License. See the LICENSE file.