This is a website created for the artist Jonathan Elliott. You can find it at here (dns update has not yet been done).
The site was built using Sveltekit as an SSG with the static adapter.
It is hosted on Netlify and uses NetlifyCMS for content management.
All images are hosted though Cloudinary using their image transformation urls.
Clone the repo and run the following
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --opennpm run build