Skip to content
/ lumbergh Public
forked from mozmeao/lumbergh

Whaaaat's happening? Careers website... Mmmkay?

License

Notifications You must be signed in to change notification settings

diox/lumbergh

 
 

Repository files navigation

lumbergh

What's Deployed

Lumbergh is a Django based App for https://careers.mozilla.org. Follow the Setup your environment for development instructions to improve the website and fix errors.

Careers.mozilla.org website is a static website which is automatically generated from its Django counterpart. If you're interested to learn how what works and how to debug potential issues visit the Career's Mana Page

Setup your environment for development

  1. Get Docker and Docker Compose
  2. Run Build command
  3. Run the website

Commands

Build

docker-compose build

Run the website locally

docker-compose up

Run the tests

docker-compose run web ./manage.py test

Sync with Greenhouse

docker-compose run web ./manage.py sync_greenhouse

Close everything

docker-compose stop

About

Whaaaat's happening? Careers website... Mmmkay?

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.5%
  • CSS 34.6%
  • HTML 9.8%
  • Python 7.8%
  • Other 1.3%