Skip to content

mlori/huszonegy.github.io

 
 

Repository files navigation

HUSZONEGY weboldal

https://huszonegy.world

Simple site, with some dynamic rendering.

This is not a content management system, no DB, no users.

Tech: Vite, Bootrstrap, Vue

Usage

  1. Set up

Prereq: node, npm

npm install
  1. Run for local development setup:
npm run dev

Open http://localhost:5173

  1. Check production version locally:
npm run build && npm run preview

Open http://localhost:4137

  1. Build for deploy:
npm run build

Docs:

https://getbootstrap.com/docs https://vuejs.org/

Notes:

Vue single-page-application routing does not work well with Github pages, see https://learnvue.co/articles/deploy-vue-to-github-pages . As a workaround, index.html is simply duplicated to 404.html

Add Nostr username and pubkey for NIP05

Contribute

  • For items that are stored in data files, like links, adding should be straightforward. Watch out for commas!
  • For new pages, etc., that's more work, check out existing pages (route, view, etc.)
  • Use a PR for any change

TODO

  • light color mode

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.0%
  • HTML 19.1%
  • TypeScript 17.1%
  • Vue 5.2%
  • SCSS 0.6%