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.
- Node.js version 14.0 or later
- pnpm
First, clone the repository to your local machine:
git clone https://github.com/alejandromc23/parallax-nuxt.git
cd parallax-nuxt
Install dependencies
pnpm install
To run the application in development mode, use the following command:
pnpm run dev
The application should now be running at http://localhost:3000