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
If I grab the latest version using:
Get the latest source code and get going:
git clone https://github.com/PiranhaCMS/piranha.core.git
cd piranha.core
dotnet restore
dotnet build
cd examples/CoreWeb
dotnet run
Build and update javascript/css assets
cd piranha.core/core/Piranha.Manager
npm install
bower install
cd ../../examples/CoreWeb
npm install
bower install
The default template doesn't appear to have reactive menus ?
The piranhacms.org site is ok.
I'm using it on .NET Core 2.1 (git clone/etc 5.1 daily/snapshot).
Could be the template is different to the:
dotnet new -i Piranha.BasicWeb.CSharp
dotnet new -i Piranha.Blog.CSharp
Aha.. Good call.. The example project is really just for manually testing functionality during development.
The template projects you mention Piranha.BasicWeb.CSharp & Piranha.Blog.CSharp both have responsive menus. Nevertheless it would be good to add it to the example.
Change the menu to be mobile friendly / hamburger menu
The text was updated successfully, but these errors were encountered: