You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
-
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
15
+
```sh
16
+
make db-up
17
+
```
18
+
19
+
3. Run the necessary migrate and seed commands, if you haven't yet.
20
+
21
+
4. Run this command to expose the container:
22
+
```sh
23
+
docker run -p 3000:3000 --env-file ./.env.docker frontend-app
24
+
```
25
+
26
+
## Running with Docker-Compose (Main config)
27
+
28
+
Edit the variables in the `.env.compose` file and run `make up` from the root folder.
29
+
30
+
Any startup instructions will be run from `entrypoint.sh` instead.
0 commit comments