cat-hub

Github'st Development Archive service using vue and nuxt.

Preview

image

Tech and libraries

  • vue
  • vuex
  • vuetify
  • sass
  • nuxt
  • nuxt/content
  • firebase (hosting)

Getting started

Install

# install dependencies
$ npm install

# 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
$ npm run generate

deploy

# install firebase CLI
$ npm install -g firebase-tools

# login
$ firebase login

# deploy
$ npm run deploy

Note

This project is ongoing.

License

This project is licensed under the MIT License - see the LICENSE.md for details