https://github.com/nickcolley/itsyourbirthdaytoday
https://github.com/nickcolley/itsyourbirthdaytoday
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickcolley/itsyourbirthdaytoday
- Owner: NickColley
- Created: 2015-08-03T23:36:08.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T00:40:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T06:21:39.370Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://itsyourbirthday.today
- Size: 7.2 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [itsyourbirthday.today](https://itsyourbirthday.today)

## 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
```