Skip to content

Tool for picking users in a 'round robin' fashion; able to be installed on a Slack workspace.

Notifications You must be signed in to change notification settings

marandino/rorro

Repository files navigation

Rorro - Round Robin Picker

Tool for picking users in a 'round robin' fashion; able to be installed on a Slack workspace.

Getting Started

Prerequisites

  • Node.js (version 18.x or higher)
  • npm (version 10.8.x or higher)
  • (Optional) GitHub CLI

Installation

  • Clone the repository
  • Get the enviroment variables
    • The name of the file should be .env.development.local at the root folder
    • Ask the code owners for the enviroment variables
  • All contributions need to be based off the develop branch
  • Install the dependencies using npm install
  • You can run a local server using npm run dev

Scripts

The following are npm script commands; you can run them npm run [command]

  • dev runs the local server on port 3000
  • build compiles the project
  • start serves production build
  • lint runs the linter
  • pr creates a pull request to develop using GitHub CLI
  • check runs the linter and then compiles the project

Contact

For support or queries, please contact [email protected].

About

Tool for picking users in a 'round robin' fashion; able to be installed on a Slack workspace.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages