The readme was updated to include aditional steps for the installation
The node_modules directory was removed as it is not part of the source code, also it can be fairly large and might produce issues depending on the operating system due to incompatible dependencies. Plus it can be directly installed with the npm install command.
A gitignore file was created in order to ignore the node_modules directory.
A few comments on the changes