Website to display current age for baby/kids with interactive fireworks on their birthday.
https://laurensv.github.io/age/
# install dependencies from package-lock.json
$ npm ci
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project (into the dist folder)
$ npm run generate
# deploy static dist folder to gh-pages
$ npm run deploy
For detailed explanation on how Nuxt works, check out Nuxt.js docs.