- Clone the repo
- Run
npm install
- Now you can run locally serverMan: just run
node .
in your terminal
Before creating an Issue please follow these steps:
- search existing Issues before creating a new issue (has someone raised this already)
- if it doesn't exist create a new issue giving as much context as possible
- if you wish to work on the Issue please state it in your issue
Before working on an existing Issue please follow these steps:
- comment asking for the issue to be assigned to you
- after the Issue is assigned to you, you can start working on it
- only start working on this Issue (and open a Pull Request) when it has been assigned to you so we can avoid overlapping works.
- when forking the repo, create a branch for your edits
- reference the Issue in your Pull Request (for example
closes #123
) - please do not force push to your PR branch, this makes it very difficult to re-review - commits will be squashed when merged
Remember, before opening a PR, to have an issue assigned to work on! If you have an idea but you don't find any issue for it, first open an issue and ask to have it assigned! This way you don't risk to work on something which is already being worked on or that isn't needed right now! When the issue is assigned to you, you're welcome to start working on it, I'll be glad to merge it!