Thank you for purchasing this template. I hope you build something great with it!
- Made with Astro, Markdown, Tailwind CSS and daisyUI
- Search functionality
- SEO friendly, Lightweight and fast
- Dark mode and Light mode
- Homepage with features sections, code demo, contributors images, testimonials and installation guide
- Document pages made from Markdown files with Sidebar, page content links, sponsors section
- Search bar using Algolia DocSearch
- Theme switch button with dark theme and light theme (compatible with all daisyUI themes)
- Install dependencies
npm install
- Run the dev server
npm run dev
- Build for production
npm run build
- Create an account on Algolia DocSearch
- Add your website
- Create a
.envfile in the root directory - Add your Algolia DocSearch API details to the
.envfile like this:
VITE_ALGOLIA_APP_ID=XXXXXXXXXX
VITE_ALGOLIA_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VITE_ALGOLIA_INDEX_NAME=xxxxxxxx