https://github.com/fikaworks/website
FikaWorks website
https://github.com/fikaworks/website
Last synced: over 1 year ago
JSON representation
FikaWorks website
- Host: GitHub
- URL: https://github.com/fikaworks/website
- Owner: FikaWorks
- Created: 2019-02-20T00:10:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T09:37:31.000Z (over 3 years ago)
- Last Synced: 2023-03-06T00:50:31.957Z (over 3 years ago)
- Language: HTML
- Homepage: https://fika.works
- Size: 32.1 MB
- Stars: 4
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website
> [https://fika.works](https://fika.works) website, runs on
[Netlify](https://Netlify.com)
[](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).