README and DOCKER update

This commit is contained in:
Mateusz 2022-11-29 13:59:11 +01:00
parent e9f7fbee40
commit 3af9523a79
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Getting Started with Gonito-frontend # Getting Started with Gonito-frontend
App will work on port 3001. App will work on port 3000.
## Run app ## Run app

View File

@ -12,3 +12,6 @@ services:
- REACT_APP_KC_URL=${REACT_APP_KC_URL} - REACT_APP_KC_URL=${REACT_APP_KC_URL}
- REACT_APP_KC_REALM=${REACT_APP_KC_REALM} - REACT_APP_KC_REALM=${REACT_APP_KC_REALM}
- REACT_APP_KC_CLIENT_ID=${REACT_APP_KC_CLIENT_ID} - REACT_APP_KC_CLIENT_ID=${REACT_APP_KC_CLIENT_ID}
volumes:
- .:/app
- /app/node_modules

View File

@ -19,7 +19,7 @@ const mobileRender = () => {
<H1 as="h1"> <H1 as="h1">
Welcome to Welcome to
<Container display="inline" color={theme.colors.green}> <Container display="inline" color={theme.colors.green}>
&nbsp;Gonito.net! &nbsp;Gonito!
</Container> </Container>
</H1> </H1>
<Body as="p"> <Body as="p">