Skip to content

hiero-ledger/hiero-website

Repository files navigation

Hiero Website

This repo contains the website of Hiero (https://hiero.org).

Building the website

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

Install packages

npm i 

Environments

Dev

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/.

Production

For production ready css, run the following command in terminal.

npm run build