Skip to content

Commit

Permalink
started foundations for a UI to interact with AI
Browse files Browse the repository at this point in the history
data sense-making service
  • Loading branch information
smeddinck committed Dec 19, 2024
1 parent 6eae7dc commit 33dc59f
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ go to http://localhost:3000

To have a consistent code style and quality, we use Eslint in combination with prettier.

Node.js version known to work well as of 2024-12: v20.14.0
NPM version known to work well as of 2024-12: v10.7.0

### Selecting backend

You can modify which backend you want to connect to by modifying the `package.json` file. E.g. to point to a remote backend:
Expand Down
46 changes: 46 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
"npm": "9.8.1"
},
"dependencies": {
"@types/dompurify": "^3.2.0",
"axios": "1.7.2",
"chart.js": "^4.4.3",
"cron-validate": "1.4.5",
"dompurify": "^3.2.3",
"keycloak-js": "25.0.1",
"node": "^20.13.1",
"normalize.css": "8.0.1",
"pg": "8.12.0",
"pinia": "2.1.7",
Expand Down
Loading

0 comments on commit 33dc59f

Please sign in to comment.