Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 650 Bytes

File metadata and controls

25 lines (16 loc) · 650 Bytes

website

https://fika.works website, runs on Netlify

Netlify Status

Requirements

The layout has been built using tailwindcss, make sure to read the documentation before starting development.

Getting started

# install dev dependencies (tailwind, postcss, etc.)
$ npm install

# run hugo
$ hugo serve

You can now access the website locally at http://localhost:1313.