Official marketing site and docs for Simple Engine, built with Simple Engine itself.
- Live site: simpleengine.com (Pages)
- Engine package: npmjs.com/package/simple-engine
- Engine source: github.com/chriscasper/Simple-Engine
yarn install
yarn devSite runs at http://localhost:3000.
This project depends on the local Simple Engine repo via file:../Simple-Engine. Keep that package built (npm run build in Simple-Engine) when developing against engine changes.
yarn buildOutput lands in dist/.
yarn deployDeploys dist/ to the simpleengine Cloudflare Pages project.