diff --git a/.gitignore b/.gitignore index 4c49bd7..6ed48a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +node_modules diff --git a/README.md b/README.md index 33b4471..6d9ce56 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # mpp-server -Attempt at making a MPP Server. \ No newline at end of file +Attempt at making a MPP Server. + +### How to run + +``` +$ npm install +$ npm run start +``` \ No newline at end of file