Astro Docs - v1.0.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer.

3. Install Node Modules

  • Open your terminal or command prompt and navigate to the directory where you unzipped the package. Make sure to use Node version 20.*.
  • Execute:
    npm install

4. Start in Development Mode

  • Command: To start the project in development mode, run:
    npm run dev

    This command will start the development server, allowing you to view and work on your project locally.

5. Create a Production Build

  • Command: In the same directory, run:
    npm run build

    This command will create a production-ready build of your project in a distribution directory.

6. Astro commands

  • Command: In the same directory, run:
    npm run astro ...

    Run CLI commands like `astro add`, `astro check`

    npm run astro -- --help

    Get help using the Astro CLI