Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.15 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.15 KB

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