Skip to content

ava-cassiopeia/emdr-clicker

Repository files navigation

EMDR Clicker

Site: emdr-clicker.web.app

Simple web tool that provides bilateral stimulation for EMDR Therapy.

Hosted on Google Cloud Firebase, but this generates static HTML / JS / CSS so it can be hosted anywhere, even locally.

Contributing

Feel free to send pull requests, bugs, feature requests, etc.

In general, try to write accessible, performant, readable frontend code. Follow the Google TypeScript Style Guide where possible, or match style with existing code otherwise.

Local Development

Build:

npm run build

Clean up generated files from build:

npm run clean

Watch for changes and rebuild dynamically:

npm run watch

Run local webserver that serves builds:

npm run serve