kretschmann.cat/README.md

29 lines
552 B
Markdown

# kretschmann.cat
> Highlighting Botero's cat sculpture in El Raval, Barcelona<br>
> [https://kretschmann.cat](https://kretschmann.cat)
---
## Deployment
To deploy the site, you must authenticate yourself against the AWS API with your AWS credentials. Get your AWS access key and secret and add them to `~/.aws/credentials`:
```
[default]
aws_access_key_id = <YOUR_ACCESS_KEY_ID>
aws_secret_access_key = <YOUR_SECRET_ACCESS_KEY>
```
Continue with installing dependencies:
```bash
npm install
```
And finally deploy:
```bash
npm run deploy
```