Skip to content

forms-angular/website

Repository files navigation

#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:

  1. 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
  1. Run npm and bower packages installs
npm install
bower install
  1. Run node_modules/protractor/bin/webdriver-manager update
  • Contributions, especially corrections / additions to documentation, are very welcome.