Skip to content

Commit

Permalink
README Improved
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Mar 23, 2021
1 parent dc97146 commit a373465
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ If you are looking for a stable application, please use [latest release](https:/
The latest stable source code is in the [master branch](https://github.com/blogifierdotnet/Blogifier/tree/5c9bab69788a1f7a0bd82c6a864e159eff5b1b72). Please note that newest code uses Blazor Web Assembly and not compatible with previous versions.


## Quick Start

**read-to-use**
## Quick Start - Ready-To-Use:

This version is built and compiled, and ready to use:

Expand All @@ -42,7 +40,7 @@ This version is built and compiled, and ready to use:
5. Register, and then log in. `example.com/admin/login/`
6. Done, enjoy.

**The Source Code**
## Quick Start - The Source Code:

If you want to customize the Blogifier, or help us in the development:

Expand All @@ -51,25 +49,20 @@ If you want to customize the Blogifier, or help us in the development:
3. Open the project with your favorite IDE (VS Code, Visual Studio, Atom, etc).
4. Run the app with your IDE or these commands:

First go to the Blogifier project folder:
First cd to the Blogifier project folder:
```
$ cd /your-local-path/blogifier/src/blogifier/
```
Then:
```
$ dotnet run
```
Then in your browser:
```
http://localhost:5000
```
You can login to the admin panel:
Then you can open `http://localhost:5000` with your browser.<br>
Also login to the admin panel `http://localhost:5000/admin/`
```
http://localhost:5000/admin/
username: admin@example.com
password: admin
```
username: &nbsp; <b>admin@example.com</b>
<br>
password: &nbsp; <b>admin</b>


## Docs
Expand Down

0 comments on commit a373465

Please sign in to comment.