themer/web
2020-07-21 09:02:19 -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 Improve performance of color type input 2020-07-21 09:02:19 -06:00
.env.local.example Try moving api directory into web 2020-05-28 20:08:25 -06:00
.gitignore Initial create-react-app setup. 2018-10-13 09:59:57 -06:00
package.json Add Visual Studio theme generator to web UI 2020-06-23 17:55:28 -06:00
README.md Add post-download prompts 2020-07-04 22:57:37 -06:00
yarn.lock Add Visual Studio theme generator to web UI 2020-06-23 17:55:28 -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