Get Started with Gardener
Welcome to Gardener! This guide will help you set up and start using our framework.
1. Installation
To get started, clone the repository and install the dependencies:
git clone [your-repo-url]
cd your-repo-name
pnpm install
2. Running the Development Server
Once dependencies are installed, you can start the development server:
pnpm run dev
3. Creating Your First Component
Explore the `src/frontend/static/components` directory to see examples of existing components. You can create new components following the same pattern.
4. Building for Production
When you're ready to deploy, build the project for production:
pnpm run build
For more detailed information, please refer to the official documentation (link coming soon).