Duplicate the .env.example
file and rename the copy to .env
.
Change the NODE_ENV
variable inside .env
to your preferred environment ('production' or 'development').
Up the complete environment with Docker: docker compose up -d
.
Open http://localhost:3000 with your browser to see the result.