From 9c5c7dcf4f0385874a5b32384e22e50c0b76bdbd Mon Sep 17 00:00:00 2001 From: iGEM System <44-igem-system@users.noreply.gitlab.igem.org> Date: Sun, 9 Jun 2024 08:25:16 +0000 Subject: [PATCH] Setup Team Name --- .env | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 13ebab7..e4d498f 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -VITE_TEAM_ID=TeamID -VITE_TEAM_NAME=TeamName +VITE_TEAM_ID=5125 +VITE_TEAM_NAME=NYU-Abu-Dhabi VITE_TEAM_YEAR=2024 diff --git a/README.md b/README.md index df6b7d2..543f4b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Team TeamName 2024 Wiki +# Team NYU-Abu-Dhabi 2024 Wiki This repository uses `TypeScript` and `React` to manage the wikis. @@ -19,8 +19,8 @@ for web development. 1. Clone the repository: ```bash - git clone https://gitlab.igem.org/templates/wiki-react-vite - cd wiki-react-vite + git clone https://gitlab.igem.org/2024/nyu-abu-dhabi + cd nyu-abu-dhabi ``` 2. Install the dependencies: -- GitLab