diff --git a/.gitignore b/.gitignore index 93d9302..b573f92 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ jspm_packages # Optional for people who uses JetBrains products *.idea + +dump.rdb diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..81e952f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node server diff --git a/README.md b/README.md index df066d2..ae08df7 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,17 @@ Note: Without the GitHub oauth key the number of requests is throttled at 60 per Run Redis and Server ---------- +If you are running locally then run local redis server + ```bash $ redis-server ``` +On heroku, you can set up `Heroku Redis` add-on and it sets `REDIS_URL` enviornment variable. + In a separate window: ```bash $ node server ``` Note: For production run `export NODE_ENV="production"` before starting the server. - diff --git a/app/index.html b/app/index.html index b43aa06..6ddb343 100644 --- a/app/index.html +++ b/app/index.html @@ -91,7 +91,6 @@

About

developed by @debugger22


ProTip: It's actually kind of nice to leave on the background

- DigitalOcean