This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make some code snippets copy-pastably * Specify that the frontend will run at 3002 * Formatting --------- Co-authored-by: FinnIckler <finnickler@gmail.com>
- Loading branch information
1 parent
979cdad
commit 4663fc0
Showing
2 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Frontend | ||
|
||
The Frontend is written in React and served by AWS Cloudfront. Whenever you push changes to the frontend | ||
the js bundle is built and the cache is invalidated. | ||
|
||
## How to run | ||
|
||
Go to the root folder and run `docker compose -f docker-compose.dev.yml up` | ||
Go to the root folder and run | ||
|
||
``` | ||
docker compose -f docker-compose.dev.yml up | ||
``` | ||
|
||
then visit http://localhost:3002/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters