Skip to content

Erod-star/rick-and-mortypedia-nuxt

Repository files navigation

Rick and Mortypedia - Nuxt.js 👾

Welcome to the Rick and Mortypedia repository, here you can find how the website was built

My Remote Image

Project Setup

Setup

You know what to do 😎 make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Docs

Check out the deployment documentation for more information.