Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/forms-angular/website
- Owner: forms-angular
- Created: 2014-06-23T14:22:02.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T16:40:47.000Z (about 3 years ago)
- Last Synced: 2024-04-15T14:33:42.538Z (9 months ago)
- Language: JavaScript
- Size: 47.2 MB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.