Welcome to the Rick and Mortypedia repository, here you can find how the website was built
You know what to do 😎 make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Check out the deployment documentation for more information.