Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/forms-angular/website

The forms-angular website
https://github.com/forms-angular/website

Last synced: 2 months ago
JSON representation

The forms-angular website

Awesome Lists containing this project

README

        

#forms-angular website
Website to demonstrate and document forms-angular libraries.

The [live version](http://www.forms-angular.org) uses a free [mLab](https://www.mlab.com/) 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.).

```bash
cp lib/config/env/test.js.example lib/config/env/test.js
cp lib/config/env/development.js.example lib/config/env/development.js
```

2. Run npm and bower packages installs

```bash
npm install
bower install
```

3. Run ```node_modules/protractor/bin/webdriver-manager update```

- Contributions, especially corrections / additions to documentation, are very welcome.