A page template built with astro and tailwindcss using tailus blocks.
Astrolus is a page template built with Astro and Tailwind CSS. It offers a Tailus Astro-based theme and a Tailus Astro-based dark theme. The project structure includes the src/pages/ directory for Astro and Markdown files, src/components/ directory for components, and the public/ directory for static assets. There are also several commands available for installing dependencies, starting the local dev server, building the production site, and more.
To install Astrolus, follow these steps:
npm install
to install the necessary dependencies.npm run dev
.http://localhost:3000
. You can access the template and make changes as needed.npm run build
. The compiled files will be located in the ./dist/
directory.npm run preview
.npm run astro ...
. For more information on available commands, use npm run astro --help
.Astrolus is a page template that combines the benefits of Astro and Tailwind CSS to create a powerful and efficient development environment. With its Tailus Astro-based theme and dark theme option, it offers multiple design choices to suit different preferences. The installation process is simple and straightforward, allowing developers to quickly set up and start working on their projects.