#atlas-subnational-frontend
This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
- clone the Vis-toolkit repository.
CD
into to the vis-toolkit directory and, runbower link
- In application directory, run
bower link vis-toolkit
ember server
- Visit your app at http://localhost:4200.
-
clone
https://github.com/cid-harvard/colombia
-
get correct db file from Mali
-
cd
into the the repo -
put db file in
colombia/database.db
-
run
make dummy && make dev
-
In a seperate terminal window
cd
into the ember app -
Run
ember s --proxy http://127.0.0.1:8001/
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
-
ember build
(development) -
ember build --environment production
(production) -
To build the app, have the correct
.env
file in the root dir see '.env.example' -
run
ember build -e <enviroment>
e.g.ember build -e atlas_colombia_master
-
By default the built app is in the
dist/
folder -
Required
ENV
vars- GA (for Google Analytics)