Skip to content

raymond-devries/cowgill

Repository files navigation

Cowgill Website

This website uses a combo of Svelte, Netlify CMS and Tailwind to create a static site for Cowgill.

Developing

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 -- --open

Using the CMS locally

The dev server will not run the CMS, you must build a preview to access it.

In one shell run ⬇️

npx netlify-cms-proxy-server

In another shell run ⬇️

npm run build-preview

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

Icon Set

This site uses Iconify.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors