diff --git a/Procfile b/Procfile index 10e2b3b..7778d31 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cp "modules/config.example.js" "modules/config.js" && node server.js \ No newline at end of file +web: cp "modules/config.example.js" "modules/config.js" && npm start \ No newline at end of file diff --git a/README.md b/README.md index 933e057..709826e 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Please [visit the website](https://crafatar.com) for details. * `npm install` * `cp "modules/config.example.js" "modules/config.js"` * Ensure a `redis-server` is running -* `node server.js` +* `npm start` * Access [http://localhost:3000](http://localhost:3000)