Skip to content

Commit

Permalink
Polish BaGet's User Interface (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma authored Dec 18, 2018
1 parent 1889e32 commit 9b7b153
Show file tree
Hide file tree
Showing 22 changed files with 1,082 additions and 221 deletions.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

A lightweight [NuGet](https://docs.microsoft.com/en-us/nuget/what-is-nuget) and [Symbol](https://docs.microsoft.com/en-us/windows/desktop/debug/symbol-servers-and-symbol-stores) server.

<p align="center">
<img width="100%" src="https://user-images.githubusercontent.com/737941/50140219-d8409700-0258-11e9-94c9-dad24d2b48bb.png">
</p>

## Getting Started

1. Install [.NET Core SDK](https://www.microsoft.com/net/download)
2. Download and extract [BaGet's latest release](https://github.com/loic-sharma/BaGet/releases)
3. Start the service with `dotnet BaGet.dll`
4. Push your first package using `dotnet nuget push -s http://localhost:5000/v3/index.json newtonsoft.json.11.0.2.nupkg`
5. Browse `http://localhost:5000/` in your browser
4. Browse `http://localhost:5000/` in your browser

For more information, please refer to [our documentation](https://loic-sharma.github.io/BaGet/).

Expand All @@ -32,4 +35,4 @@ Stay tuned, more features are planned!
2. Run `git clone https://github.com/loic-sharma/BaGet.git`
3. Navigate to `.\BaGet\src\BaGet`
4. Start the service with `dotnet run`
5. Open the URL `http://localhost:5000/v3/index.json` in your browser
5. Open the URL `http://localhost:5000/v3/index.json` in your browser
Loading

0 comments on commit 9b7b153

Please sign in to comment.