From 07cc00d7facdee09ee5a74f3618629a2ff9ace49 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Fri, 23 Dec 2022 16:23:36 +0000 Subject: [PATCH] updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28177b0..707dbe6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This is a rebuilt of afcdons.net (originally PHP and mySQL) this will use Vue 3 and Pinia with the Composition API and Vite, then to store the data in PouchDB/ CouchDB. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript. +## Repo +The original localtion is on https://gitlab.adamprocter.co.uk and mirroed to git.soton.ac.uk. Soton git is more up to date and more stable than my own gitlab. So this mirroring acts as a back up as well. + ## Why ? This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features. -- GitLab