Fur~miliar is a Vue.js app built using Nuxt.js that allows users to search and learn more about various cat breeds. Checkout the project at https://furmiliar.amorpheuz.dev/!
This project is built with Node.js
and Yarn v1
. Before setting up the project, install Node.js and then install Yarn v1 to get started.
# 1. install dependencies
$ yarn install
# 2. serve with hot reload at localhost:3000
$ yarn dev
# 3. build for production and launch server
$ yarn build
$ yarn start
# OR
# 3. generate static project
$ yarn generate
If you would like to contribute to the project, please check out the contributing docs.