Your mission is to guide the bouncing ball through the helix tower. But here's the catch – you must match the ball's color with the segments of the helix to progress.
To get started to run Color Trails, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/color-trails.git
-
cd color-trails
-
Install the project dependencies
npm install
To build the project for production, execute the following command:
npm run build
For development, you can run the project in a development environment using the following command:
npm run dev