This website uses a combo of Svelte, Netlify CMS and Tailwind to create a static site for Cowgill.
Install dependencies with npm install (or pnpm install or yarn), start a development server ⬇️
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThe dev server will not run the CMS, you must build a preview to access it.
In one shell run ⬇️
npx netlify-cms-proxy-serverIn another shell run ⬇️
npm run build-previewThis will have to be run every time there is change to static/admin/config.yml
The dev server will respond to changes made by the CMS, but the preview build will not.
This site uses Iconify.