impress/app
Emi Matchu 6763e9454e Optionally use local instance of impress-2020 during development
To activate this, I created a `.env.development` file in my project
root, with the following content:

```env
IMPRESS_2020_ORIGIN=http://localhost:4000
```

Then, I started impress-2020 with `yarn dev --port=4000`.

Now, the app loads from there, hooray!! It even fixes that obnoxious
pet state ID bug that happens when you run against the production db lol
2024-01-28 07:00:29 -08:00
..
assets Left-align the alt styles on the page, to flow better with the headers 2024-01-24 08:02:19 -08:00
controllers Add Styling Studio page to show the styles we already have modeled 2024-01-24 06:53:37 -08:00
helpers Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
javascript Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Strip spaces from thumbnail URLs for colors like Usukiboy 2024-01-24 07:27:07 -08:00
services Extend OWLS caching from 15 minutes to 1 day 2024-01-15 06:19:48 -08:00
views Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00