Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 702 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 702 Bytes

OKFN Network Website

Website create in Hugo + TailwindCSS to show OKFN Global Directory of specialists and Projects from the Network.

Install

  1. You need to instal Hugo version higher or equal to 0.92.2+extended
  2. Install nvm 18 or higher with nvm install 18 + nvm use 18
  3. Install TailwindCSS and other npm modules running npm i ir yarn. You need to use Node version higher or equal to 14.20.1.
  4. Run the website locally running: hugo serve

Deploy

The website is automatically build and deployed to Github Pages using this workflow.