Highlighting Botero's cat sculpture in El Raval, Barcelona https://kretschmann.cat
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Matthias Kretschmann d7b105feb6
cleanup
3 years ago
site add byline, link style 3 years ago
.gitignore ignore awspiblish cache file 7 years ago
README.md deploy task tweaks 3 years ago
gulpfile.js deploy task tweaks 3 years ago
package-lock.json deploy task tweaks 3 years ago
package.json deploy task tweaks 3 years ago

README.md

kretschmann.cat

Highlighting Botero's cat sculpture in El Raval, Barcelona
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:

npm install

And finally deploy:

npm run deploy