Emotion Wheel is a web application that helps you uncover the best words to describe the emotions you're feeling.
If you want to deploy a copy of Emotion Wheel on your device to develop a feature or fix a bug, follow the steps below to get started.
In order to run the application, you will need the following tools:
- Node.JS (
18.0.0
or higher) - npm
- git (optional)
- Clone the repository
git clone https://github.com/D3W10/Emotion-Wheel.git
- Open the project folder using your prefered code editor (ex: VS Code)
- Install the npm packages
npm i
- Run the application
npm run dev
Distributed under the MIT license. Check LICENSE
for more details.
- Made by D3W10