docs: add information on how to run development environment (#314)

fixes #314
This commit is contained in:
Joxit 2023-07-22 23:59:59 +02:00
parent f560025e70
commit 07713f1425
No known key found for this signature in database
GPG Key ID: F526592B8E012263
1 changed files with 19 additions and 0 deletions

19
Developing.md Normal file
View 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.