A website (soon app) focused on creating a distraction-free ambient using techniques like pomodoro timer and todo-list.
Completly free and community-driven
This app doesn't have a Docker build, still necessary the use of Angular CLI Before, make sure you have installed Node 18v lts and NPM
To download Angular CLI execute:
npm i -g @angular/cli
And this app uses yarn as package manager since it builds faster than NPM
Check if you have currently installed: yarn -v
If not, execute:
npm i -g yarn
After downloading the requirements, enter on the downloaded repository and execute:
ng serve
to run locally.
Finally, enter on: http://localhost:4200/
- Node
v18.12.* lts
- Yarn
v1.12.*
- Angular CLI
v14.2.8
Potodo is under the GPL v3 license, which grants the following permissions:
- Distribution
- Modification
- Private use
But revoge those:
- Commercial use
For more details see the LICENSE