Skip to content

Quickstart

Get up and running with Bogkit

Updated View as Markdown

Clone the Bogkit repo.

Then run the project initialization script with this command:

./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:

cargo run -p [project-name]
Navigation

Type to search…