Skip to content
Snippets Groups Projects
Commit fdec33b1 authored by Philip Mundt's avatar Philip Mundt
Browse files
parents 45aca095 be9dcc5b
No related branches found
No related tags found
No related merge requests found
Pipeline #389449 failed
......@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
### Local run
#### Install npm
For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
##### Install yarn
Close Terminal and open again
check installation with:
node -v
npm -v
Close VSC and open it again
#### Install yarn
npm install --global yarn
#### Navigate to folder and install dependencies
cd bielefeld-cebitec
yarn install
#### Run
yarn run dev
......
......@@ -150,6 +150,15 @@ let data = [
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
......
......@@ -8,6 +8,15 @@ export const HPdata = [
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
......
......@@ -8,7 +8,6 @@
- Filter mit HalbkreisDing als Tabsteuerung | Einteilung nach Bereich (Academia, Insustry, ..., und auch nach Delivery und Mechanism)
- DNA Strang als Timeline?
*/
import { TimeHori } from "../components/HorizontalTimeline";
import { AllPopus } from "../components/HorizontalTimeline";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment