CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
17 stars 7 forks source link

facilitate white label version of school finder #349

Closed techieshark closed 7 years ago

techieshark commented 7 years ago

The code contains Ed department and CESE branding – logos, email links etc.

When the project is served, we want

I'm thinking there is probably a simple hack to make this happen (it involves something like an .env file, a JS flag, and some code which modifies the DOM on page load).

techieshark commented 7 years ago

Fixed by #352