Getting Started
Welcome to the Hexcloud howtos section! This guide will walk you through the basics.
Prerequisites
Make sure you have Node.js 18 or later installed on your system.
Installation
Clone the repository and install dependencies:
git clone https://github.com/your-org/hexcloud.git
cd hexcloud
npm install
Running locally
Start the development server:
npm run dev
Your site will be available at http://localhost:4321.
Building for production
npm run build
The output will be in the dist/ directory, ready to deploy.