Getting Started

Quickstart

Getting Started

Quick Start

Get your BuyAstro template up and running in minutes by following these steps to install, edit, and deploy directly to Vercel.

Step 1: Install Dependencies

Start by downloading your BuyAstro template ZIP file, extracting it, and installing the necessary dependencies.

  1. Download the ZIP file
    Download the BuyAstro template from your user account on the BuyAstro website.

  2. Extract the ZIP file
    Extract the ZIP file to your preferred project directory.

  3. Navigate to the project directory
    Open your terminal and move into the extracted project folder:

cd buyastro-template
  1. Install dependencies
    Run the following command to install all necessary dependencies:
npm install

Step 2: Edit Your Template

After installing the dependencies, open your project in a text editor like VS Code to start making customizations.

  1. Update content
    Modify the Markdown or component files located in the src/content directory to add your own content, such as text, images, or new pages.

  2. Customize styles
    To personalize the design, you can edit the Tailwind CSS configuration in tailwind.config.js to change things like colors, fonts, and spacing.

Step 3: Deploy to Vercel

When you’re ready to deploy your customized template, follow these steps to deploy your site to Vercel.

  1. Login to Vercel
    Use the Vercel CLI to log in if you don’t already have an account:
vercel login
  1. Deploy your site
    Deploy your site by running the following command in your terminal from the root directory of your project:
vercel
  1. Set up project settings
    Vercel will guide you through creating or linking to an existing project. Once the build is complete, Vercel will provide you with a live URL where your site is hosted.