A modern SvelteKit template built with love by the CoCoding AI team.
This project is the property of CoCoding AI - Your AI-Powered Development Partner.
š Website: https://cocoding.ai
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
# Build the image
docker build -t Digital Products .
# Run the container
docker run -p 3000:3000 Digital Products
āāā src/
ā āāā lib/
ā ā āāā components/ # Reusable components
ā ā āāā utils/ # Utility functions
ā āāā routes/ # SvelteKit routes
ā āāā app.html # HTML template
āāā static/ # Static assets
āāā Dockerfile # Docker configuration
āāā package.json
PROPRIETARY SOFTWARE - This project is the exclusive property of CoCoding AI. Unauthorized copying, modification, or distribution is strictly prohibited. See the LICENSE file for details.
Built with ā¤ļø by the CoCoding AI Team