Skip to content

mateusfg7/hackerkey

Repository files navigation

Hacker Key

A Hacker Key decoder/generator

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.

Goals

  • Form for generate your own Hacker Key
  • Decode another Hacker Keys

With

  • Svelte 5
  • SvelteKit
  • Typescript
  • Tailwindcss
  • Shadcn-UI (shadcn-svelte)
  • State in URL

Refs and Utils

Developing

Install dependencies with pnpm install and start a development server:

pnpm run dev -- --open

Building

To create a production version of the app:

pnpm run build

You can preview the production build with pnpm run preview.