A few steps should be taken by the developer before running the initial bm forms init command:
- Start with a folder for your project, and inside that create a folder to hold the forms components.
Within the command line, cd into your project folder and run npm init followed by git init. This will setup your package.json and initialise a git repository, if you wish to do so.
...