Blueprint · Website · Community
# Clone the repository
git clone https://github.com/BlueprintFramework/api.git blueprint-api
cd blueprint-api
# Install dependencies
cargo build
# Fill out .env file
cp .env.example .env
# Start development server
cargo run