opengist/docs/contributing/development.md
Thomas Miceli 6d31ef9732
Add Vitepress docs (#326)
* Add vitepress for docs

* some fix

* Use vitepress and update docs

* Use vitepress and update docs

* Update README.md

* Add favicon

* Add docs by @jiriks74

Co-authored-by: jiriks74 <jiri@stefka.eu>

---------

Co-authored-by: jiriks74 <jiri@stefka.eu>
2024-09-12 01:47:15 +02:00

848 B

Run Opengist in development mode

With Docker

Assuming you have Make installed,

# Clone the repository
git clone git@github.com:thomiceli/opengist.git
cd opengist

# Build the development image
make build_dev_docker

Now you can run the development image with the following command:

make run_dev_docker

Opengist is now running on port 6157, you can browse http://localhost:6157

As a binary

Requirements:

git clone git@github.com:thomiceli/opengist.git
cd opengist
make watch

Opengist is now running on port 6157, you can browse http://localhost:6157