mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 15:09:53 +03:00
docs: add information on how to run development environment (#314)
fixes #314
This commit is contained in:
parent
f560025e70
commit
07713f1425
1 changed files with 19 additions and 0 deletions
19
Developing.md
Normal file
19
Developing.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue