The project uses the Tailwind purge to make the files as clean as possible.
The installation is very easy run the install command.
npm install
Next up we can run the dev server:
npm run dev
And your website will start up.
Note - make sure to install live-server globally as a dependancy or it will not work
npm install -g live-server
You can then modify the tailwind.config.js
for your own custom colors if needed
And modify the index.html
inside the src
directory.