#forms-angular website Website to demonstrate and document forms-angular libraries.
The live version uses a free mLab sandbox.
##Development and Troubleshooting To run this website project on your development environment, please follow these steps:
- Copy the example configuration files and change any config parameters appropriate to your environment (e.g. mongo server, database, etc.).
cp lib/config/env/test.js.example lib/config/env/test.js
cp lib/config/env/development.js.example lib/config/env/development.js
- Run npm and bower packages installs
npm install
bower install
- Run
node_modules/protractor/bin/webdriver-manager update
- Contributions, especially corrections / additions to documentation, are very welcome.