18 lines
186 B
Markdown
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
|
|
```
|