From 2543890a96dc6a8f70b9fe8af29b5eceb5a80c60 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Wed, 13 Aug 2025 08:48:55 +0200 Subject: [PATCH] Remove aa-gui from README --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0b31c82..bcb9412 100644 --- a/README.md +++ b/README.md @@ -31,33 +31,17 @@ grant all on aaserver.* to 'root'@'localhost'; ## [Building and running](#building-and-running) -### [The aa-server](#aa-server) +### [The server](#server) This project uses Spring Boot and Maven. To run locally, type: -`cd aa-server` +`cd aa` `mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=dev"` When developing, it's convenient to just execute the applications main-method, which is in [Application](aa-server/src/main/java/aa/Application.java). Don't forget to set the active profile to dev. -### [The aa-gui](#aa-gui) - -The client is build with react.js and to get initially started: - -`cd aa-gui` - -To run locally: - -`npm run local` - -Browse to the [application homepage](http://localhost:8001/). - -When new npm dependencies are added: - -`npm install` - ## [Miscellaneous](#miscellaneous) ### [Testing](#testing)