Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.1 KB

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.