From eea88d51c2cd9cb4b0a4813ad4a0706e8cd4a7a5 Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Wed, 25 Nov 2015 19:15:52 -0430 Subject: [PATCH] Update README.md --- example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/README.md b/example/README.md index 35fb1c4..cb9ed21 100644 --- a/example/README.md +++ b/example/README.md @@ -4,9 +4,12 @@ This is the seed project you need to use if you're going to create a Socket.io s ## Running the example +First, you need to put your `AUTH0_DOMAIN` (example.auth0.com), your `AUTH0_CLIENT_ID` and your `AUTH0_CLIENT_SECRET` on the `auth0-variables.js` file . You can find this information in the Application Settings on your Auth0.com dashboard. + In order to run the example, you need to have `node` installed. 1. run `npm install` 1. run `node index.js` in the directory of this project. + Go to [http://localhost:3001](http://localhost:3001) and you'll see the app running :).