The Hacker Key Guide was inspired by Robert Hayden's excellent Geek Code which has been a long time hacker favorite. However, the Geek Code has not been updated in a long time, and although the commercialization of the Internet has washed away much of the old hacker environment (MUDs, BBSes, DOS...), we must attempt to keep hacker traditions alive, by reimplementation if needed. - Pierre 'catwell' Chapuis, creator of Hacker Key.
- Form for generate your own Hacker Key
- Decode another Hacker Keys
- Svelte 5
- SvelteKit
- Typescript
- Tailwindcss
- Shadcn-UI (shadcn-svelte)
- State in URL
- http://files.catwell.info/misc/mirror/hackerkey.html
- https://kit.svelte.dev/docs/state-management#storing-state-in-the-url
- https://www.shadcn-svelte.com/docs
- https://svelte-5-preview.vercel.app/docs
- https://tailwindcss.com/docs/
- https://github.com/paoloricciuti/sveltekit-search-params
- https://www.reddit.com/r/sveltejs/comments/17qol55/url_as_a_state_manager/
Install dependencies with pnpm install
and start a development server:
pnpm run dev -- --open
To create a production version of the app:
pnpm run build
You can preview the production build with pnpm run preview
.