blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

How to build the src on Mac OS #179

Closed MorganZhou closed 4 years ago

MorganZhou commented 4 years ago

Should I have to Install the PowerShell for Mac?

rxtur commented 4 years ago

You can - if you want to run build script that does unit tests etc. But output in the "bin" folder should be ready for deployment too, so you can go away without running build script via PowerShell and just copy files from "bin" folder to your server.