/facp-search

Find and Connect search app

Primary LanguageJavaScript

README

FACP search app

What is this repository for?

  • You'll need: node, grunt, yeoman and grunt-buildcontrol installed.

How do I get set up?

  • Summary of set up

    • Install node, grunt, yeoman and grunt-buildcontrol globally.

    • Node modules and bower components are not checked into the repository and these are required before you can do any work. The wiki has information on where these bits can be sourced from.

    • To develop

      • grunt serve
      • and then in your browser: http://{your host}:9000
    • To build a distribution:

      • grunt build
    • To build a testing version

      • grunt buildcontrol:testing