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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8e7c79 · Jun 22, 2021

History

15 Commits
Apr 18, 2021
May 15, 2021
May 15, 2021
Jun 6, 2021
Jun 6, 2021
May 16, 2021
May 15, 2021
Jun 6, 2021
Jun 6, 2021
Jun 22, 2021
Apr 18, 2021
Apr 20, 2021
Apr 18, 2021
Apr 20, 2021
May 16, 2021
May 16, 2021
May 16, 2021
Apr 18, 2021
Jun 6, 2021
May 15, 2021
May 15, 2021
May 15, 2021
Jun 6, 2021
May 15, 2021

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.