The static website for glyphtrail.dev, built with SvelteKit.
Install dependencies with Yarn (managed via Corepack):
corepack enable
yarn installStart a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --openTo create a production version of the site:
yarn buildYou can preview the production build locally with:
yarn previewThe site is automatically deployed to GitHub Pages on every push to main via the deploy workflow. The custom domain glyphtrail.dev is configured via static/CNAME.