The NALIT app is a mobile web app built for the NALIT Conference. This app uses the Ionic Framework and Angular 1.
To start, run through the setup information located in the Ionic Framework documentation.
Then, clone the app and run npm install
in the nalit directory.
Once the modules are installed, run ionic serve
to start the project in a web browser.
To update css, run gulp watch
and modify the files in the scss directory. These files compile to the www/css directory.