Spoonful is a website that aids in preventing burnout by incorporating a task planner that utilizes spoon theory.
https://spoonfull-kiwi-kick.netlify.app/
- Clone or download the repository.
git clone [email protected]:cherryontech/kiwi-kick-project.git
- Install dependencies.
Run
npm install
from inside the kiwi-kick-project directory.$ cd kiwi-kick-project $ npm install
- Start the React app:
$ npm run dev