Skip to content

Webseite der Alpine Data Ventures - eine Marke der Hof IT-Beratung GmbH

License

Notifications You must be signed in to change notification settings

AlpineDataVentures/ADVWebseite

 
 

Repository files navigation

Web-Seite der Alpine Data Ventures

Erstellt auf Basis des Astro-Frameworks inklusive TailwindCSS, TypeScript und React.

Made by Alpine Data Ventures

license code size contributors

📌 Key Features

  • 👥 Multi-Authors
  • 🎯 Similar Posts Suggestion
  • 🔍 Search Functionality
  • 🌑 Dark Mode
  • 🏷️ Tags & Categories
  • 🔗 Netlify setting pre-configured
  • 📞 Support contact form
  • 📱 Fully responsive
  • 📝 Write and update content in Markdown / MDX
  • 💬 Disqus Comment
  • 🔳 Syntax Highlighting

📄 15+ Pre-designed Pages

  • 🏠 Homepage
  • 👤 About
  • 📞 Contact
  • 👥 Authors
  • 👤 Author Single
  • 📝 Blog
  • 📝 Blog Single
  • 🚫 Custom 404
  • 💡 Elements
  • 📄 Privacy Policy
  • 🏷️ Tags
  • 🏷️ Tag Single
  • 🗂️ Categories
  • 🗂️ Category Single
  • 🔍 Search

🔗 Integrations

  • astro/react
  • astro/sitemap
  • astro/tailwind

🚀 Getting Started

📦 Dependencies

  • astro 4.0+
  • node v20.10+
  • npm v10.2+
  • tailwind v3.3+

👉 Install Dependencies

npm install

👉 Development Command

npm run dev

👉 Build Command

npm run build

👉 Build and Run With Docker

docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .

docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate

To access the shell within the container:

docker run -it --rm astroplate ash

📝 License

Copyright (c) 2024 - Present, Alpine Data Ventures

Code License:

Part of the code is developed by Zeon Studio and released under the MIT license.

Releases

No releases published

Languages

  • Astro 49.4%
  • TypeScript 26.1%
  • JavaScript 10.0%
  • SCSS 9.0%
  • MDX 4.5%
  • Dockerfile 1.0%