/parallax-nuxt

This project is an implementation of a parallax effect using Nuxt 3.

Primary LanguageVue

parallax-nuxt

This project is an implementation of a parallax effect using Nuxt 3. It is a recreation of the parallax effect found in the Firewatch game and has been built following the tutorial provided by Andrew Hamilton at Medium.

Project Setup

Requirements

  • Node.js version 14.0 or later
  • pnpm

Installation

First, clone the repository to your local machine:

git clone https://github.com/alejandromc23/parallax-nuxt.git
cd parallax-nuxt

Install dependencies

pnpm install

Running the application

To run the application in development mode, use the following command:

pnpm run dev

The application should now be running at http://localhost:3000