More Premium Hugo Themes Premium Astro Themes

Kandy.app

Personal website created using Astro 4.0 and Tailwind CSS.

Kandy.app

Personal website created using Astro 4.0 and Tailwind CSS.

Author Avatar Theme by andrewkuktenko
Github Stars Github Stars: 25
Last Commit Last Commit: Oct 2, 2024 -
First Commit Created: Aug 8, 2025 -
Kandy.app screenshot

Overview

If you’re looking to enhance your web development workflow, understanding command-line operations is essential. This guide outlines the available commands that can be easily executed from the root of your project. These commands streamline your development process, allowing you to install dependencies, start local servers, and build your site efficiently.

Features

  • npm install: Quickly installs all necessary dependencies required for your project to ensure it runs seamlessly.
  • npm run dev: Launches a local development server at localhost:4321, making it easy to test your changes in real-time.
  • npm run build: Produces a production-ready build output in the ./dist/ directory, preparing your application for deployment.
  • npm run preview: Lets you locally preview your build before making it live, ensuring everything looks just right.
  • npm run astro …: Provides access to a variety of Astro CLI commands, giving you more control over your project management.
  • npm run astro – –help: Offers help documentation for using the Astro CLI, assisting you in navigating commands effectively.
  • Custom Cursor Integration: Simplifies the process of adding a custom cursor to your project by using a ready-made library, enhancing the user experience.