Website create in Hugo + TailwindCSS to show OKFN Global Directory of specialists and Projects from the Network.
- You need to instal Hugo version higher or equal to 0.92.2+extended
- Install nvm 18 or higher with
nvm install 18
+nvm use 18
- Install TailwindCSS and other npm modules running
npm i
iryarn
. You need to use Node version higher or equal to 14.20.1. - Run the website locally running:
hugo serve
The website is automatically build and deployed to Github Pages using this workflow.