Skip to content

The realtime kanban board for workgroups built with React and Redux.

License

Notifications You must be signed in to change notification settings

ObayedMamur/planka-startise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planka

Elegant open source project tracking.

Development Setup

Environment Variables

Ensure the following environment variables are set in your Docker configuration in docker-compose-dev.yml:

  • NODE_ENV=development for all services to run in the development mode.
  • [email protected] - Email address for the admin account.
  • DEFAULT_ADMIN_PASSWORD=demo - Password for the admin account.
  • DEFAULT_ADMIN_NAME=Demo Demo - Full name of the admin.
  • DEFAULT_ADMIN_USERNAME=demo - Username for the admin login.

For First Time Setup Run this command only:

docker compose -f docker-compose-dev.yml up --build

Run This Command to start the development environment every time:

docker compose -f docker-compose-dev.yml up -d

See the official development section.

Tech stack

  • React, Redux, Redux-Saga, Redux-ORM, Semantic UI React, react-beautiful-dnd
  • Sails.js, Knex.js
  • PostgreSQL

License

Planka is AGPL-3.0 licensed.

About

The realtime kanban board for workgroups built with React and Redux.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • SCSS 6.1%
  • Shell 0.2%
  • HTML 0.1%
  • Smarty 0.1%
  • Dockerfile 0.1%
  • CSS 0.1%