Launger is a time management app based on the Pomodoro technique but designed specifically for true procrastinators by motivating and rewarding the user using social media and mini-games (YouTube, TikTok, Reddit, Slither.IO, etc.). The more they work, the more social media they can consume. Try it out at Launger.com
This project requires Node, so if it's not installed yet, install the latest version from https://nodejs.org/en/download/.
At Launger we use Visual Studio Code (VS Code) by Microsoft. We recommend that you use this code editor and also install the following extensions:
- Prettier
- Live Sass compiler
- Live Share
Run the following in your terminal:
npm install
Run the following in your terminal:
cp .env.default .env
Run the following in your terminal:
npm start
All other documentation can be found within Launger's Workspace on Notion.
Made some changes to create a pull request
More changes to commit