Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 369 Bytes

OKFN Website

Requirements

  • NodeJs v18.13.0 or newer
  • Yarn

Technologies used

  • Tailwind 3

Development

Theme

  1. In the terminal, run yarn install to install all dependencies
  2. Then yarn dev to start the

To generate the HTML

  1. Just run yarn build to compile the assets and HTML pages. The files will be published in ./dist folder