Skip to content

yuran1811/magic-trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Trail

Perlin noise application

Stars Forks Issues Commits Code Size

Tech Stack

Screenshots

Quick Start

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed or downloaded on your machine:

Cloning the Repository

git clone https://github.com/yuran1811/magic-trail.git
cd magic-trail

Installation

Install the project dependencies:

npm install

or

yarn

Running the Project

npm run dev

or

yarn dev

Open http://localhost:5173 in your browser to view the project.

References