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

https://github.com/nonacosa/share-fun-app

findsofun.com
https://github.com/nonacosa/share-fun-app

Last synced: about 1 month ago
JSON representation

findsofun.com

Awesome Lists containing this project

README

          

# My Website

weisite: [https://findsofun.com](https://findsofun.com)

- All posts are under `/content/posts//`

# Running Locally

To run this locally, first install the packages:
```bash
npm i
```

Then run with:
```bash
npm run dev
```

This will run a web server at [http://localhost:1313](http://localhost:1313)

# Publishing

This website is published via GitHub Pages. The GitHub workflow called `hugo.yaml` publishes updates automatically upon committing to `main`