themer/web/README.md

14 lines
183 B
Markdown
Raw Permalink Normal View History

2019-03-01 13:46:29 +00:00
# themer web UI
2019-06-21 12:17:06 +00:00
See [themer.dev](https://themer.dev).
2020-07-05 04:57:37 +00:00
## Running the local dev server
With API functions:
STRIPE_SECRET_KEY=<key> netlify dev
Front-end only:
yarn start