Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Rixcy/shouldibeoff
- Owner: Rixcy
- Created: 2022-04-15T11:05:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T12:09:00.000Z (over 2 years ago)
- Last Synced: 2024-04-26T01:33:34.989Z (7 months ago)
- Language: TypeScript
- Homepage: https://shouldibeoff.vercel.app
- Size: 127 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.