themer/web
Matt Swensen 36511aa806
Set Sentry version
2020-08-03 07:41:02 -06:00
..
api Try moving api directory into web 2020-05-28 20:08:25 -06:00
public Update SSA and instrument color inputs 2020-07-21 08:57:36 -06:00
src Set Sentry version 2020-08-03 07:41:02 -06:00
.env.local.example Set Sentry version 2020-08-03 07:41:02 -06:00
.gitignore Initial create-react-app setup. 2018-10-13 09:59:57 -06:00
README.md Add post-download prompts 2020-07-04 22:57:37 -06:00
package.json Set Sentry version 2020-08-03 07:41:02 -06:00
yarn.lock Update some dependencies 2020-07-21 09:16:27 -06:00

themer web UI

See themer.dev.

Running the local dev server

With API functions:

STRIPE_SECRET_KEY=<key> netlify dev

Front-end only:

yarn start