Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the backend for the developer example app. This will help developers qui
To get started, run:

1. Clone this repo `git clone git@github.com:Asana/app-components-example-app.git`
2. Run `npm install`
2. Go to the directory`cd app-components-example-app` and run `npm install`
3. Enable HTTPS
1. Generate keys and certificate: `openssl req -x509 -newkey rsa:2048 -keyout keytmp.pem -out cert.pem -days 365`
2. Get decrypted keys: `openssl rsa -in keytmp.pem -out key.pem`
Expand Down