Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winstxnhdw/notimeforduty

A minimalist web application to plan and generate duty returns in Stagmont Camp.
https://github.com/winstxnhdw/notimeforduty

bootstrap-datepicker jquery typescript

Last synced: 21 days ago
JSON representation

A minimalist web application to plan and generate duty returns in Stagmont Camp.

Awesome Lists containing this project

README

        

# NoTimeForDuty

[![Netlify Status](https://api.netlify.com/api/v1/badges/110526e2-c573-48a1-89a0-36d9738289d5/deploy-status)](https://app.netlify.com/sites/notimeforduty/deploys)
[![main.yml](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/main.yml)
[![formatter.yml](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/formatter.yml)
[![dependabot.yml](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/dependabot.yml/badge.svg)](https://github.com/winstxnhdw/NoTimeForDuty/actions/workflows/dependabot.yml)

Duty returns must be submitted to the duty clerk every month. Duty returns are usually dates when you are unable to perform the duty (dates of unavailability). This web application allows you to quickly plan and generate dates of unavailability.

## Setup

```bash
yarn
```

## Usage

```bash
yarn turbo dev
```

## Build

```bash
yarn turbo build
```