Personal site for erikaker.com
This is a Sveltekit site with static content. The old site was a Haskell-servant app with an Elasticsearch backend, but this site is cheaper and simpler to deploy.
To create a production version of your app:
❯ npm run dev -- --open
This will launch a browser window and open the project on localhost:3000
This site is deployed on Cloudflare pages: pushing a commit to main
will automatically deploy a new version of the site to production.