To set up the project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/satyamkale27/World-Wise.git
-
Navigate to the project directory:
cd World-Wise
-
Install the required dependencies:
npm install
-
Start the fake api server:
npm run server
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173/
to view the application.
That's it! You have successfully set up the project. Happy coding!