Skip to content

drewmrk/countdownworks.com

Repository files navigation

Countdown Works

Create elegant countdowns for the current year

Building

# Install required modules
$ yarn install

# Build project for Nuxt
$ yarn build

# Generate project for deployment
$ yarn generate

# Note: `yarn build` and `yarn generate` must both be
# run to successfully build the project for deployment