Cyberjusticelab / JusticeAI

JusticeAI (ProceZeus) is a web chat bot that aims to facilitate access to judicial proceedings involving Quebec tenant/landlord law
https://cyberjusticelab.github.io/JusticeAI/docs/rendered/
MIT License
21 stars 16 forks source link

DEV STORY: Build web_client as static files for production #451

Closed lancelafontaine closed 5 years ago

lancelafontaine commented 6 years ago

Description The web_client service is configured to run as a webpack dev server in Docker. For production use, we should build the static files and serve those. This can be done with NODE_ENV=prod npm run build and serving this files with an production HTTP server or placing them on a CDN

Scope of Work

Demo requirement

  1. The user does x
  2. The system does y n. Rest of a use case of a flow chart

Acceptance Criteria