Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
/ board Public archive

A very minimal web based scrum board

Notifications You must be signed in to change notification settings

chefe/board

Repository files navigation

board

Build Status StyleCI Quality Gate Status

A very minimal web based scrum board. Aims to replace the outdated scrum-board.

Installation

  1. Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.
git clone git@github.com:chefe/board.git
cd board && composer install && npm install
cp .env.example .env
php artisan key:generate
npm run dev
  1. Next, configure your database credentials in in the .env file.
  2. After that, you can migrate the database with the command php artisan migrate.
  3. Start the websocket server with the command php artisan websocket:serve
  4. Boot up a server with the command php artisan serve (or use a real server)
  5. Finally you can visit the application in your browser.

Credit

About

A very minimal web based scrum board

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published