Git Product home page Git Product logo

umbraco.blockgrid.example.website's Introduction

Umbraco Block Grid Example Website

Umbraco Block Grid Example Website

An example of Umbraco Block Grid as a simple installable starter kit. This package is to help showcase what can be achieved with the new block grid editor in Umbraco.

Note This requires .NET7+ and Umbraco 11.0.0+

Installing

To install the Umbraco Block Grid Example site you need a minimum of Umbraco 11.0.0 RC5 or newer and then to add the following Nuget package to your project containg the Umbraco website.

dotnet add package Umbraco.BlockGrid.Example.Website

Alternatively here are some commands to get you up and runing with Umbraco 11 with a backoffice user preconfigured for you or you can alternatively configure it more with Paul Seal's Package Script Writer website

# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates

dotnet new umbraco --force -n "BlockGridPlayground" --friendly-name "Administrator" --email "[email protected]" --password "1234567890" --development-database-type SQLite

#Add starter kit
dotnet add "BlockGridPlayground" package Umbraco.BlockGrid.Example.Website

dotnet run --project "BlockGridPlayground"
#Running

Umbraco Block Grid Website

Umbraco BlockGrid

Umbraco Backoffice Block Grid

Umbraco BlockGrid Backoffice

Contributing

This package is open to be collobrated on with the wider Umbraco community.

You can get up and running really quickly by cloning down the website and running dotnet build at the root of the repository and running the website found in UmbracoBlockGrid.Site

dotnet build UmbracoBlockGrid.sln
cd UmbracoBlockGrid.Site
dotnet run 

Using GitHub Codespaces

You can work and contribute to this project using your FREE hours on GitHub Codespaces. This is a great way to get up and running quickly and contribute to the project.

Open in GitHub Codespaces

The CodeSpace will have the following preinstalled or configured for you

  • Installed .NET 7 SDK
  • Done a Nuget restore
  • Installed SQLite and the supporting VSCode extension to browse, query and edit the database
  • SMTP4Dev installed and running to view emails sent out from the website with its web UI on port 5000
  • Debugging enabled for the website in the Run & Debug section

Dependencies

We are using the community package uSync from Kevin Jump in order to synchronize changes to document types and configuration, as the base product is free and open source for all to use.

umbraco.blockgrid.example.website's People

Contributors

kjac avatar nielslyngsoe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.