You've got a website up and running with ScissorHands.NET. Now, you need to build an artifact to publish your website.
Building Artifact
When you're happy to publish your website, it's time for building an artifact. The artifact consists of HTML pages, CSS files, JavaScript files, images and other files related to the contents.
Let's assume that your ScissorHands.NET app project is
MyScissorHandsApp. To build the artifact, run the following command. Make sure to add the--buildoption.dotnet run --project ./MyScissorHandsApp -- --buildYou'll be able to find your artifact under the
distdirectory.
Congratulations! You've just built the artifact for publish!
👈 Quickstart | 👆 Documentation | Publish 👉