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
- Host: GitHub
- URL: https://github.com/nonacosa/share-fun-app
- Owner: nonacosa
- License: gpl-3.0
- Created: 2025-08-24T14:04:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T05:47:35.000Z (about 2 months ago)
- Last Synced: 2025-08-25T07:59:25.957Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://share-fun-app.vercel.app
- Size: 52.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`