- Current Master Plan: https://twitter.com/dvassallo/status/1126925437790081024
- Proof of Concept Plan: https://public.3.basecamp.com/p/Y8xjrvcwfwDt3ARTzd58uw3z
Add your AWS credentials in ~/.aws/credentials
under a profile called "encrypted":
[encrypted]
aws_access_key_id=A******************F
aws_secret_access_key=1**************************************k
Check out the repo:
git clone https://github.com/dvassallo/encrypted.dev.git
Install the dependencies:
npm install
Start the dev server:
npm start