A central place for me to share the algorithms I use for speedsolving the Rubik's Cube with inline visualizations, data driven, and shipped as a Progressive web app to have the offline power of a PDF.
Link to my (old/current) algsheet on Google Sheets
pnpm i
pnpm astro dev
add this to settings.json
in VSCode for Tailwind intellisense in strings (i.e. in AlgListing.svelte
):
"tailwindCSS.experimental.classRegex": [
["Styles \\=([^;]*);", "'([^']*)'"],
["Styles \\=([^;]*);", "\"([^\"]*)\""],
["Styles \\=([^;]*);", "\\`([^\\`]*)\\`"]
],
pnpm astro build && pnpm astro preview
Powered by Astro 🚀, Tailwind ☁️, Svelte 🦾, and CubingJS 📦