This guide will walk you through setting up and running the Pokedex, built using SvelteKit.
Prerequisites:
- Node.js and npm (or yarn) installed on your system.
- Git installed on your system.
Getting Started:
-
Clone the project repository:
git clone https://github.com/programmingenjoyer219/pokedex_5.0.git
-
Install dependencies:
npm install
-
Build the application:
npm run build
-
Preview the application:
npm run preview
-
Access the application:
- Open
http://localhost:4173
in your web browser. Your Pokedex application should be running!
- Open