From 9401f30d9c0470f44ea9ccf9e9e7aa0a40db096b Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Fri, 19 Nov 2021 09:53:06 +0100 Subject: [PATCH] Create Readme --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71f3485 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ + +# Nicepage to Blazor Server Converter + +This Project makes it easy to convert from Static Nicepage Exports to Dynamic Blazor Server Sites. +With this you can Design your pages in Nicepage and then convert them to Blazor for custom c# code. + + + + +## Roadmap + +- Convert Blog + +- Convert ECommerce + + +## Demo + +Insert gif or link to demo + + +## Run Locally + +Clone the project + +```bash + git clone https://github.com/eliasstepanik/NicepageToBlazorConverter.git +``` + +Go to the project directory + +```bash + cd my-project +``` + +Start the Convert + +```bash + dotnet run --input-path "Path to Nicepage Site" --output-path "Path to generate Blazor Page" +``` +