shifts-solver

(★ 35)

Finds a solution to fitting employees with preferences in a schedule for shifts-based operation (GWT, Google AppEngine).

File Explorer

  • .classpath
  • .gitignore
  • .project
  • _config.yml
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

next

View Details ▼

React framework that uses server-side rendering for building optimized web applications.

next dev

Start the current application in development mode:

next dev {{[-p|--port]}} {{port}}

Start the current application and listen on a specific port:

next build

Build the current application optimized for production:

// repository documentation