portfolio/README.md

18 lines
186 B
Markdown

# Portfolio and case studies
Showcase of past UI/UX work by Andrew Gioia.
## Local development
Run the Hugo dev server:
```bash
hugo server -D
```
Build the site:
```bash
hugo
```