Skip to content

Repository files navigation

glyphtrail.dev

The static website for glyphtrail.dev, built with SvelteKit.

Developing

Install dependencies with Yarn (managed via Corepack):

corepack enable
yarn install

Start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

To create a production version of the site:

yarn build

You can preview the production build locally with:

yarn preview

Deployment

The 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.

Releases

Packages

Contributors

Languages