This guide will walk you through setting up and running the Tesla Configuration Interface, built using SvelteKit Tailwind CSS and TypeScript.
This project takes inspiration from the following tutorial: Build A Tesla Car Configurator | Tailwind & Vanilla JavaScript
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/tesla_config_interface.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. The application should be running!
- Open