-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Labels
Milestone
Description
I was trying to setup a local development environment for angular-schema-form. Here's what I did:
- Cloned all the repos into sibling folders, as described in
CONTRIBUTING.md - Installed karma (this was not mentioned in
CONTRIBUTING.md) - Ran
npm install(this was not mentioned inCONTRIBUTING.md) - Ran
bower install(this was not mentioned inCONTRIBUTING.md) - Ran
npm run test
The guidelines for how to setup a local dev. environment should be complete: ideally, it should be possible to build and run the tests simply by copy-pasting a series of commands. Any assumptions that are made about the local environment (e.g. npm is already installed) should be documented.
@json-schema-form/angular-schema-form-lead