[Wiki](https://gitlab.cwp.govt.nz/forms/base-components/wikis/home)
# forms-components

## Getting Started

```bash
$ npm install
$ ember s
```

### Troubleshooting

 * `Failed to stat`?, try `sudo rm -rf tmp/` and then `ember s`
 * Sometimes when installing packages you may get `ENOENT: no such file or directory, rename '.../.dezalgo.DELETE'`, try deleting the package-lock.json and trying again (https://github.com/npm/npm/issues/17444)

### Development

This app uses service workers, and therefore the browser won't always reload new assets on page refresh. In order to force Chrome to download the new assets everytime:

* Open the developer tools (command + shift + i)
* Go to the "Application" tab
* Go to the "Service Workers" tab
* Check the "Update on Reload" option
