Offline verifier for XMLs generated by Mifiel.com Visit http://mifiel.github.io/xml-fiesta-ui for the online version.
Before you start to develop you must:
You will need to input your password in steps 2 to 5.
- Download node at https://nodejs.org/ and install it
- Install npm:
sudo npm install npm -g
- Install bower:
sudo npm install bower -g
- Install grunt:
sudo npm install grunt-cli -g
- Install compass:
sudo gem install compass
- Clone the repo:
git clone [email protected]:Mifiel/xml-fiesta-ui.git && cd xml-fiesta-ui
- Install dependencies:
npm install && bower install
- Run the server and you're ready to party:
grunt serve
Run grunt
for building and grunt gh-pages
to publish it.
Running grunt test
will run the unit tests with karma ones and grunt test:ci
will run the tests every time you make changes in the code.