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
...@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D ...@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
### Local run ### Local run
#### Install npm #### Install npm
For that, we have to install Node.js from https://nodejs.org/en/download/package-manager For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
Close Terminal and open again
##### Install yarn check installation with:
node -v
npm -v
Close VSC and open it again
#### Install yarn
npm install --global yarn npm install --global yarn
#### Navigate to folder and install dependencies
cd bielefeld-cebitec cd bielefeld-cebitec
yarn install yarn install
#### Run
yarn run dev
......
...@@ -150,6 +150,15 @@ let data = [ ...@@ -150,6 +150,15 @@ let data = [
tabid: "Eins", tabid: "Eins",
text: "Text", 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" , title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
......
...@@ -8,6 +8,15 @@ export const HPdata = [ ...@@ -8,6 +8,15 @@ export const HPdata = [
tabid: "Eins", tabid: "Eins",
text: "Text", 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" , title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
- Filter mit HalbkreisDing als Tabsteuerung | Einteilung nach Bereich (Academia, Insustry, ..., und auch nach Delivery und Mechanism) - Filter mit HalbkreisDing als Tabsteuerung | Einteilung nach Bereich (Academia, Insustry, ..., und auch nach Delivery und Mechanism)
- DNA Strang als Timeline? - DNA Strang als Timeline?
*/ */
import { TimeHori } from "../components/HorizontalTimeline"; import { TimeHori } from "../components/HorizontalTimeline";
import { AllPopus } 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