mirror of
https://github.com/eliasstepanik/NicepageToBlazorConverter.git
synced 2026-01-11 05:38:27 +00:00
Create Readme
This commit is contained in:
parent
ce28876f1d
commit
9401f30d9c
41
README.md
Normal file
41
README.md
Normal file
@ -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"
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user