diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac15416a3..a04d6b851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ about that. The project was created with `vite` and is written in `vue3`. Our backend lives in the `server`-directory and mostly communicates via websockets. -Both front and backend share the same `package.json`. +Both frontend and backend share the same `package.json`. For production, the frontend is built into the `dist`-directory and the server (`express.js`) exposes the `dist` directory as the root of the endpoint. For