Frontend clone of the spacex.com website built using ViteJS and TailwindCSS
You can see the website at: https://elvarp.github.io/spacex-clone
First clone the project
git clone https://github.com/ElvarP/spacex-clone.git
Then run npm install to install all the dependencies,
npm install
After that you can start the dev server and build the website to the docs folder
npm run dev
npm run build