Eleventy Sveltia CMS
- A GitHub account
- A Netlify account
- Basic knowledge of the command line and git
- CMS: Eleventy and
- admin: Sveltia CMS
- deploy: Netlify.
https://gist.github.com/kyoshino/3636f0ab6f857968248aad5269b0f75d
local
npm install
npm run watch
# [11ty] Server at http://localhost:8080/
npm run serve
# [11ty] Server at http://localhost:8080/
pnpm install VITE_CONFIG_PORT=8080 pnpm dev