From de0dda2d39ff6110b76665df0ff1fdf9e98c4cff Mon Sep 17 00:00:00 2001 From: Nico Vermaas <vermaas@astron.nl> Date: Thu, 2 Jan 2020 15:24:47 +0100 Subject: [PATCH] initial commit --- README.md | 10 +++++++++- run.bat | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 run.bat diff --git a/README.md b/README.md index dbc90d5..c17fc55 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # ADEX-GUI -Astron Data Explorer - GUI \ No newline at end of file +Astron Data Explorer - GUI + +Prototype for an information portal to the ASTRON datasources (WSRT, Apertif, LOFAR, VO, ...). + +This frontend (ReactJS) connects to the ADEX-API (Django). + +## Documentation +* frontend: https://git.astron.nl/vermaas/adex-gui/wikis/ADEX-GUI +* backend: https://git.astron.nl/vermaas/adex-api/wikis/ADEX-API diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..c585582 --- /dev/null +++ b/run.bat @@ -0,0 +1 @@ +npm run start -- GitLab