An open API service indexing awesome lists of open source software.

https://github.com/fikaworks/website

FikaWorks website
https://github.com/fikaworks/website

Last synced: over 1 year ago
JSON representation

FikaWorks website

Awesome Lists containing this project

README

          

# website

> [https://fika.works](https://fika.works) website, runs on
[Netlify](https://Netlify.com)

[![Netlify Status](https://api.netlify.com/api/v1/badges/525384cb-1134-437c-ae33-96fce11f59f1/deploy-status)](https://app.netlify.com/sites/fikaworks/deploys)

## Requirements

- [Hugo](https://gohugo.io)
- [Nodejs](https://nodejs.org)

For development the FikaWorks theme use [tailwindcss](https://tailwindcss.com),
make sure to read the documentation.

You can use icons from [Heroicons](https://heroicons.com/).

## Getting started

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

# run hugo
$ hugo serve
```

You can now access the website locally at
[http://localhost:1313](http://localhost:1313).