A simple tool to allow you to enter a cryptogram or other substitution cipher puzzle text, and easily test out substitutions.
Install the dependencies...
cd svelte-app
npm install
...then start Vite:
npm run dev
Navigate to localhost:5173. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
You can serve up the newly built app with npm run preview
. This allows you to ensure nothing was damaged in the production build process.
You can then host the app with whichever static host you prefer.