Initial commit

This commit is contained in:
Mose Mueller
2023-04-10 16:51:49 +02:00
commit 3916088126
2 changed files with 9 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# ICON service base
This repository contains the code that is common to all ICON services. It includes both backend (python) and frontend (js, ts) files and can be installed using both `poetry` and `npm`, respectively.