- Clone the repository to your working directory
- Run
yarn
to install dependencies - Set up Auth
- Create a file
src/.env
with these contents:
AWS_BUCKET_NAME=name_here_without_quotes
AWS_KEY_ID=key_here_without_quotes
AWS_SECRET_KEY=key_here_without_quotes
- Run
yarn start
- Paste the course slug you are going to enhance, and hit enter
- Check the
output
directory - ???
- Profit!
AWS credentials can be created in the management console for development.
- Request a user token from an egghead team lead
- They will generate an access token from a user on the production database
User.find_by_email('example@user.com').access_tokens.create!
- Copy the .env-template file
- Create a .env file
- Paste what you copied to the contents of the file
- Replace
YOUR-TOKEN-HERE
with requested token