Booleanstack is a simple and clean theme for Astro, Tailwindcss and MDX. It is designed to be a personal blog theme, with a focus on readability and mobile-first design, base design is taken from Mia theme of Astro.
Install the dependencies:
npm installRun and visit http://localhost:4321.
npn run devBuild the App:
npm run buildYou will then see the dist folder generated for publishing, which you can preview locally with the following command:
npm run preview