Skip to content

khangmach/fle-home

 
 

Repository files navigation

Learning Equality site

This is the code for Learning Equality's homepage: https://learningequality.org aka http://leq.ngo.

Environment setup

  1. Clone this repo
  2. Create a pipenv shell and install dependencies:
  • pipenv shell to launch the shell
  • pip install -r requirements.txt to install requirements
  1. Create a local_settings.py file as a sibling to the settings.py file. Inside, set DEBUG = True so that static files will load in dev mode
  2. Set up the database: python manage.py syncdb --migrate
  3. Run the server: python manage.py runserver

Notes:

  • When you're done, exit your pipenv shell
  • The map requires certain data files to use, and you will get an error if you try and view it at /map/ because they haven't been included in the repo

Code review

Ping Carine to review content changes and Khang to review design changes.

Testing and deployment

  1. Run and test changes locally
  2. Push to staging
  3. Check that everything works as expected
  4. Push to production

About

The FLE Homepage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • HTML 19.9%
  • Python 19.6%
  • CSS 8.9%