Skip to content
/ scatola Public

Web-based task manager inspired by taskwarrior

License

Notifications You must be signed in to change notification settings

nya1/scatola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scatola

Web-based task manager inspired by taskwarrior.

  • Run via docker
docker run -d --name scatola -e SESSION_SECRET="super-secret-1" -e ENCRYPTION_KEY="super-secret-2" -v $PWD/scatola.db:/data/sqlite.db -p 8080:8080 ghcr.io/nya1/scatola:latest

Scatola will be available on localhost:8080

Local development

All types of contributions are encouraged and valued, please refer to the CONTRIBUTING guidelines.

  1. install dependencies, because of Remix issues with other package managers npm is mandatory
npm i
  1. Setup prisma and SQLite
npm run setup
  1. Start dev server:
npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Credits