Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 909 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 909 Bytes

Age website with fireworks on birthday

Website to display current age for baby/kids with interactive fireworks on their birthday.

Live Demo

https://laurensv.github.io/age/

Screenshots

Boy version

Boy Version

Girl version

Girl Version

Fireworks on birthday

Fireworks on birthday

Build Setup

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