Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Rixcy/shouldibeoff

Simple site for checking if it's a bank holiday in the UK
https://github.com/Rixcy/shouldibeoff

Last synced: 3 months ago
JSON representation

Simple site for checking if it's a bank holiday in the UK

Awesome Lists containing this project

README

        

# [shouldibeoff](https://shouldibeoff.vercel.app)

Simple site for checking if it's a bank holiday in the UK

![](https://user-images.githubusercontent.com/11819124/163568182-a44856ef-defe-47b7-8691-efabe9b3dc8f.png)

## Running locally

Install dependencies

```bash
yarn install
```

Run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.