Description:
Interactive timeline app to educate and empower girls to be public service leaders
Statement of Acceptable Use:
The app Lead Her Forward (LHF) cannot be shared without the full permission of the project lead and must only be used for not-for-profit, educational purposes. Usage of any content and code within the application should fully credit Lead Her Forward and link to the project site. If you have any further questions, please contact the project lead (Mia Jamili) via email at leadherforward2013@gmail.com.
Project Contributors:
Mia Jamili (Lead), Jonathan Conley, Patrick Namasondhi, Rana Khalil, Adam Lichtenstein
Instructions for modifications and deployment:
To get a server running
- Install node on your machine from nodejs.org
- Navigate to the app directory
- Run
npm install - Run
node app
To deploy to heroku
- Have someone add you as a collaborator to the heroku app
- Follow instructions to get the heroku command line: https://devcenter.heroku.com/articles/quickstart
- Follow instructions on https://devcenter.heroku.com/articles/collab which are as follows:
- Add heroku as a remote
- $ git remote add heroku git@heroku.com:leadherforward.git
- It looks like you can also run: $ heroku git:remote
- Deploy
- $ git push heroku master
- Add heroku as a remote
Thank you!