🚀 Astro starter template
I keep needing the same group of features on top of the empty Astro project, so I created a starter template.
Demo: https://lokimckay.github.io/astro-starter/
Features
- Dark/light mode toggle
- Emoji favicon
- Fixel font
- View transitions
- MDX integration
- TS config
"@/*": ["./src/*"]
path mapping - Github pages deployment
Usage
npx degit lokimckay/astro-starter my-new-project \
cd my-new-project \
npm install \
npm start