- Clone this repository
git clone https://github.com/jjasferreira/eu-vehicles-js.git
- Install
nvm
(recommended) or Node.js and npm separately viaapt
:
sudo apt install nodejs
sudo apt install npm
- Install dependencies, including Tailwind CSS via
npm
:
npm i
- Start the Tailwind CLI build process to scan your template files for classes and build your CSS
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch