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

https://github.com/gollyticker/new-year-counter

Simple New Year Countdown for your next celebration
https://github.com/gollyticker/new-year-counter

Last synced: 3 months ago
JSON representation

Simple New Year Countdown for your next celebration

Awesome Lists containing this project

README

        

# New Year Counter
Simple New Year Countdown for your next celebration available online at [swaneet.eu/new-year](https://swaneet.eu/new-year).

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

Open `localhost:8080` in the browser. Open `localhost:8080?test` to artificially start on a small countdown number.

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Update all dependencies

https://www.npmjs.com/package/npm-check-updates

```
ncu --upgrade
#check changes
npm install
git commit -m "update dependencies"
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).