The website is currently live on Netlify, with automatic deploys enabled.
Clone the repository
git clone https://github.com/IonianPlayboy/tailwind-colors.git
Install the project dependencies (with yarn)
yarn
Start the Vite dev server
yarn dev
The website should now be running locally on http://localhost:3000
Build for production
yarn build
The production build should now be available in the dist/
folder
Preview the production build
yarn serve
The production build should now be running locally on http://localhost:5000/
(<script setup>
is a feature that is currently in RFC stage, and is currently not supported by Vetur. If you have Vetur installed, it's recommended to disable Vetur for the current workspace to avoid conflicts with Volar. )