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

https://github.com/nickcolley/itsyourbirthdaytoday


https://github.com/nickcolley/itsyourbirthdaytoday

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# [itsyourbirthday.today](https://itsyourbirthday.today)

![Family dancing to their favourite Rats song](https://itsyourbirthday.today/rats.gif)

## install

```bash
npm install
```

## build and serve

build new files and serve it to localhost:5000

```bash
npm start
```

watch files and rebuild
```bash
npm run watch
```