Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 598 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 598 Bytes

NALIT Conference App

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.