Skip to content

avicndugu/hugo-tailwind-company

Repository files navigation

Hugo Tailwind Company Website

Company website created using Hugo + Tailwind CSS + DecapCMS

Demo | Page Speed Desktop (99%) | Mobile(98%)

Local development

For local development, you should have Hugo Extended and NodeJS already installed.

Clone the repository:

git clone ...

Get inside your website folder:

cd hugo-tailwind-company

To run Hugo, use the command:

hugo server

Tailwind CSS

To update your Tailwind CSS, you need to run and build Tailwind CSS on your computer.

To run setup Tailwind CSS for the project:

  1. Get inside the themes/hugo-tailwind-theme:
cd themes/hugo-tailwind-theme
---

2. Install Tailwind packages:

```bash
npm install

To enjoy instant updates during development, use:

npm run watch

If you just want the final build of your CSS styles, use:

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published