---
title: "Quickstart"
description: "Get up and running with Bogkit"
image: "https://docs.flowercomputer.com/og/base.png"
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.flowercomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

Clone the [Bogkit repo](https://github.com/flowercomputers/bogkit).

Then run the project initialization script with this command:

```bash
./scripts/new-project.sh [project-name]
```

This will scaffold out a new project in the `./examples` directory, bringing in the bogkit libraries as dependencies (feel free to remove the ones you don't need).

To make sure everything is working, run:

```bash
cargo run -p [project-name]
```

Source: https://docs.flowercomputer.com/bogkit/quickstart/index.md
