- Clone the repository and Install all dependencies with
yarn install
command. - Copy
.env.example
file to.env
and replaceXXXXX
inside with a correct auth client ID, which is secret.
Inside the .env
file you can override localy any environment variables.
Runs the app in the development mode.
The site is served on http://localhost:3000.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the app in the development mode, with the Netlify features enabled. The site is served on http://localhost:8888.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!
Start the app in a dockerized mode. The app should be available on http://localhost:3000/
Project is continuously deployed to following domains:
Domain | Role | Explanation |
---|---|---|
https://wiating.eu | Production | master branch with a production database. Stable release. |
https://beta.wiating.eu | Canary | develop branch with a production database. Experimental release. |
https://staging.wiating.eu | Staging | develop branch with a production database (temporary solution due to migration) |