Note that you will need to have Node.js installed.
Install the dependencies...
git clone https://github.com/Galileo-dev/Svelte-Tesla-Clone
cd Svelte-Tesla-Clone
npm install
npm run dev
Navigate to localhost:5000. You should see the app running.
To create an optimised version of the app:
npm run build