@ -13,6 +13,7 @@ docker/
packages/*/node_modules
packages/*/dist
packages/*/coverage
packages/*/*.env*
# TO-NEVER-DO: exclude the build folder of the contracts package, it's needed for building the application image.
packages/concordia-app/build
@ -7,6 +7,5 @@ HOST=localhost
PORT=7000
# Variables needed in runtime (in browser)
# Carefull, IPFS won't accept localhost as a valid hostname
REACT_APP_RENDEZVOUS_HOST=127.0.0.1
REACT_APP_RENDEZVOUS_PORT=9090
@ -24,6 +24,12 @@ const About = () => {
return (
<Container id="about-container">
<div style={{ textAlign: 'center' }}>
{/* TODO: add logo */}
LOGO
<br />
{`v${process.env.REACT_APP_VERSION}`}
</div>
<ReactMarkdown
source={aboutMd}
renderers={{