-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor using vite * eslint * fix docker * add background color before initialisation
- Loading branch information
1 parent
9495099
commit 2f4b5d7
Showing
97 changed files
with
2,233 additions
and
6,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
REACT_APP_PROXY=http://localhost | ||
REACT_APP_LANGUAGES=en-GB,fr-FR,de-DE | ||
REACT_APP_EMAIL=[email protected] | ||
REACT_APP_ORIGIN=https://memorialshoah.lu | ||
REACT_APP_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoiZGFuaWVsZWd1aWRvdW5pIiwiYSI6ImNpcm5odTNjbTAwNWdoc2t3bnM5OTl4cnAifQ.4-Ai1NwYuDLEUPRBnDoG7g | ||
REACT_APP_MAPBOX_STYLE_URL=mapbox://styles/danieleguidouni/cl91d7hxh002g14qob4sbp5fr | ||
REACT_APP_LOCALSTORAGE_NAME=memorialshoah | ||
REACT_APP_MATOMO_URLBASE=https://journalofdigitalhistory.matomo.cloud/ | ||
REACT_APP_MATOMO_SITEID=2 | ||
VITE_PROXY=http://localhost | ||
VITE_LANGUAGES=en-GB,fr-FR,de-DE | ||
VITE_EMAIL=[email protected] | ||
VITE_ORIGIN=https://memorialshoah.lu | ||
VITE_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoiZGFuaWVsZWd1aWRvdW5pIiwiYSI6ImNpcm5odTNjbTAwNWdoc2t3bnM5OTl4cnAifQ.4-Ai1NwYuDLEUPRBnDoG7g | ||
VITE_MAPBOX_STYLE_URL=mapbox://styles/danieleguidouni/cl91d7hxh002g14qob4sbp5fr | ||
VITE_LOCALSTORAGE_NAME=memorialshoah | ||
VITE_MATOMO_URLBASE=https://journalofdigitalhistory.matomo.cloud/ | ||
VITE_MATOMO_SITEID=2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["react-app"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta name="description" content="Memorial Shoah" /> | ||
<link rel="apple-touch-icon" href="/logo192.png" /> | ||
<meta data-react-helmet="true" property="og:image" content="/screen.png" /> | ||
<meta property="og:title" content="Memorial Shoah" data-react-helmet="true" /> | ||
<meta | ||
name="description" | ||
content="The Digital Shoah Memorial in Luxembourg is built in memory of people who lived in Luxembourg, who were persecuted, who were victims of Nazi anti-Semitic legislation during World War II." | ||
data-react-helmet="true" | ||
/> | ||
<meta | ||
property="og:description" | ||
content="The Digital Shoah Memorial in Luxembourg is built in memory of people who lived in Luxembourg, who were persecuted, who were victims of Nazi anti-Semitic legislation during World War II." | ||
data-react-helmet="true" | ||
/> | ||
<link rel="manifest" href="/manifest.json" /> | ||
<title>Memorial Shoah</title> | ||
<style> | ||
body { | ||
background-color: #ffefe5; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<script type="module" src="/src/index.jsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.