This repo contains the website of Hiero (https://hiero.org).
The project is based on Hugo and you need to install Hugo to build the website along with Node.js, npm, Tailwind CSS, and PostCSS
To help ensure that tailwindcss and Hugo play nicely together, the tailwindcss integration was stitched together based on the following articles: Making Tailwind JIT work with Hugo Making Tailwind JIT work with Hugo, the Version 3 edition
npm i
For development run the following command in terminal.
npm run start
While the process is running the website can be reached at http://localhost:1313/.
For production ready css, run the following command in terminal.
npm run build