This repository contains the website and documentation for DBConvert Streams, built with VitePress for documentation and Nuxt.js for the main website.
- Node.js (Latest LTS version recommended)
- Yarn package manager
Clone the repository and install dependencies:
git clone <repository-url>
cd dbconvert-streams-website-docs
yarn install
/docs
- Documentation site (VitePress)/website
- Main website (Nuxt.js)
Remove old build files:
rm -rf website/.output
rm -rf website/.nuxt
rm -rf website/public/docs
rm -rf docs/.vitepress/dist
rm -rf docs/.vitepress/cache
Run the documentation site in development mode:
yarn docs:dev
Build the documentation for production:
yarn docs:build
Serve the built documentation:
yarn docs:serve
Run the website in development mode:
yarn site:dev
Build the website for production:
yarn site:build
Generate static website:
yarn site:generate
Preview production build:
yarn site:preview
- 📚 VitePress-powered documentation
- 🎨 Nuxt.js website with TailwindCSS
- 🔍 Integrated search functionality
- 📱 Responsive design
- 🎯 Google Fonts integration
- 🗺️ Sitemap generation
- VitePress
- Nuxt.js
- Vue.js
- TailwindCSS
- TypeScript
- Lucide Icons
This project is licensed under the MIT License - see the LICENSE file for details.
slotix dm@slotix.sk