You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repository
git clone https://github.com/BlueprintFramework/api.git
cd api
# Install dependencies
cargo build
# Fill out .env file
cp .env.example .env
# Start development server
cargo run