Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
README updates for testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwalsh committed May 28, 2019
1 parent 52a8d0c commit aa2774d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
@@ -1,6 +1,24 @@
# AWS AI Services Workshop
AWS Workshop tutorial for building applications with AWS AI Services.

## About
This workshop was created using the Learn theme for Hugo, a static site generator.

## To test workshop site:

1. Install `hugo` with:

`$ brew install hugo`

2. `cd` to project root directory (`ai-services-workshop/`)

3. Build and run locally with:

`$ hugo server -D`

4. By default, dev server should be live at `localhost:1313`


## License Summary

This sample code is made available under the MIT-0 license. See the LICENSE file.
This sample code is made available under a modified MIT license. See the LICENSE file.

0 comments on commit aa2774d

Please sign in to comment.