Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Development

# Clone the repository
git clone https://github.com/BlueprintFramework/web.git blueprint-web
cd blueprint-web

# Install dependencies
cargo build

# Fill out .env file
cp .env.example .env

# Start development server
cargo run