Skip to content

Commit

Permalink
docs: add information on how to run development environment (#314)
Browse files Browse the repository at this point in the history
fixes #314
  • Loading branch information
Joxit committed Jul 22, 2023
1 parent f560025 commit 07713f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Developing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# How to build Docker Registry UI

This file contains tips to help you take (and understand) your first steps in Docker Registry UI development.

## Clone and install the repository

```bash
git clone https://github.com/Joxit/docker-registry-ui.git
cd docker-registry-ui
npm install
```

## Run the local server

```bash
npm start
```

Open your browser <http://localhost:8000> you can configure your options by updating the `src/index.html` file.

0 comments on commit 07713f1

Please sign in to comment.