Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

website

  • Christoph Reiter's avatar
    Reiter, Christoph authored
    482c8ac7
    History

    DBP Handbook

    GitLab | Website

    This is an information website about the software stack of digital blueprint.

    Development

    # clone git repository
    git clone git@gitlab.tugraz.at:dbp/handbook.git
    cd website
    
    # install dependencies (node>=12 is needed)
    npm install
    
    # run dev server
    npm run dev

    Open http://0.0.0.0:8080/.

    FAQ

    In case building fails with openssl v3:

    npm run dev3
    npm run build3