From c929f6ff0458458d1ac74dcb527f9b13a0166339 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 16 Jul 2024 14:16:05 +0200 Subject: [PATCH] add chart.js to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a44c4c3..8a0ce953 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ - Logo of gpx.studio. + Logo of gpx.studio. **gpx.studio** is an online tool for creating and editing GPX files. ![gpx.studio screenshot](website/src/lib/assets/img/docs/getting-started/interface.png) - This repository contains the source code of the new website, currently available [here](https://gpx.studio/gpx.studio). ## Contributing @@ -65,6 +64,7 @@ This project has been made possible thanks to the following open-source projects - [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte) — beautiful components - [lucide-svelte](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-svelte) — beautiful icons - [tailwindcss](https://github.com/tailwindlabs/tailwindcss) — easy styling + - [Chart.js](https://github.com/chartjs/Chart.js) — beautiful and fast charts - Logic: - [immer](https://github.com/immerjs/immer) — complex state management - [Dexie.js](https://github.com/dexie/Dexie.js) — IndexedDB wrapper