Ignore:
Timestamp:
2021-09-14T14:09:18+12:00 (3 years ago)
Author:
davidb
Message:

Update READMEs.
Revert transcibe test methods following associated servlet fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/README.md

    r35355 r35389  
    1 # ASR Interface Setup
    2 
    3 The ASR interface utilises tools such as [Grunt](https://gruntjs.com), [Sass](https://sass-lang.com) and [Vue](https://vuejs.org). To do this, it requires you have [node.js](https://nodejs.org/) and the `npm` package manager installed.
    4 
    5 To get started:
    6 
    7 - Install any dependencies.
    8     ```
    9     npm install
    10     ```
    11 
    12 - Run Grunt tasks. This performs things like Sass compilation and minification.
    13     ```
    14     npx grunt
    15     ```
    16 
    17 - For development purposes, use the Grunt file watcher to prevent the need to run `grunt` manually each time you change a file.
    18     ```
    19     npx grunt watch
    20     ```
    21 
    221# ASR Development TODO
    232
Note: See TracChangeset for help on using the changeset viewer.