The [Geneva Emotion Wheel](https://www.unige.ch/cisa/gew) (GEW) is a theoretically derived and empirically tested instrument to measure emotional reactions to objects, events, and situations.
npm install geneva-emotion-wheelThe Geneva Emotion Wheel (GEW) is a theoretically derived and empirically tested instrument to measure emotional reactions to objects, events, and situations.
This implementation of the GEW was implemented using svelte but is exported as a
custom web componenent that should be usable almost anywhere.
``shcreate a new project in the current directory
npx sv create
Developing
Once you've created a project and installed dependencies with
npm install (or pnpm install or yarn), start a development server:`sh
npm run devor start the server and open the app in a new browser tab
npm run dev -- --open
`Building
To create a production version of your app:
`sh
npm run build
`You can preview the production build with
npm run preview`.> To deploy your app, you may need to install an adapter for your target environment.