To preview: https://demo.tolbert.design
Note: Initially, it may take up to 60 seconds to wakeup the server
- Nuxt - Universal Vue.js Applications
- Tailwindcss - A Utility-First CSS Framework for Rapid UI Development
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# Run unit tests
$ npm run test:unit
# Run end-to-end tests
$ npm run test:e2e