Skip to content

This is a fork of the Accessible Astro Starter theme https://github.com/markteekman/accessible-astro-starter expanded with Strapi CMS REST API and CSS animations

License

Notifications You must be signed in to change notification settings

dilmaheu/truepricetea.org

Repository files navigation

Truepricetea.org Website

This is a fork of the Accessible Astro Starter theme https://github.com/markteekman/accessible-astro-starter expanded with Strapi CMS REST API and CSS animations. At Dilmah and the MJF Charitable Foundation we are thankful to the original contributors of the theme markteekman Mark Teekman and rafagarcia by making the web more accessible.

Appreciation, thanks and credits goes to the open source Astro and Strapi CMS communities. Especially to Antony Faris who is a contributor to Astro and helped us with the job making the Astro Starter working with Strapi and CSS animations. For the CSS to better-think for the Tea cup animation (optimized by Antony) and percentages animation by Sergio Pedercini. Flags by https://github.com/google/region-flags/ .

Documentation

Documentation on combining Astro starter theme with Strapi is work in progress and will be linked here soon.

Astro theme installation

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build:only Build your production site to ./dist/
npm run fetch:imgs Gets images from the cms into ./public/assets/cms
npm run build Runs npm run fetch:imgs and npm run build:only
npm run preview Preview your build locally, before deploying