|
@@ -52,23 +52,26 @@ JSON Visio is data visualization tool for your json data which seamlessly illust
|
|
|
|
|
|
<div align="center">
|
|
|
<img width="800" src="https://github.com/AykutSarac/jsonvisio.com/blob/main/public/preview_2.png" alt="preview 1" />
|
|
|
- </div>
|
|
|
-
|
|
|
-## Docker
|
|
|
-
|
|
|
-A Docker file is provided in the root of the repo.
|
|
|
-If you want to run JsonVision locally:
|
|
|
+</div>
|
|
|
|
|
|
-* Build Docker image with `docker build -t jsonvisio .`
|
|
|
-* Run locally with `docker run -p 8888:80 jsonvisio`
|
|
|
-* Go to [http://localhost:8888]
|
|
|
|
|
|
## 🛠 Development Setup
|
|
|
|
|
|
-```sh
|
|
|
+```console
|
|
|
npm install --legacy-peer-deps
|
|
|
npm run dev
|
|
|
```
|
|
|
+
|
|
|
+## 🐳 Docker
|
|
|
+
|
|
|
+```
|
|
|
+A Docker file is provided in the root of the repository.
|
|
|
+If you want to run JSON Visio locally:
|
|
|
+
|
|
|
+* Build Docker image with `docker build -t jsonvisio .`
|
|
|
+* Run locally with `docker run -p 8888:80 jsonvisio`
|
|
|
+* Go to [http://localhost:8888]
|
|
|
+```
|
|
|
|
|
|
## License
|
|
|
|