Skip to content

Fur~miliar is a Vue.js app built using Nuxt.js that allows users to search and learn more about various cat breeds.

License

Notifications You must be signed in to change notification settings

Amorpheuz/fur-miliar

Repository files navigation

Fur~miliar

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/!

Tools Used

Getting Started

Prerequisites

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.

Setup Fur~miliar

# 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

Contribute

If you would like to contribute to the project, please check out the contributing docs.