Skip to content

Commit edfa7df

Browse files
authored
Updated readme
1 parent e3bb9fb commit edfa7df

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,24 @@ docker run --name=test_db_server -e 'MYSQL_ROOT_PASSWORD=root' -e 'MYSQL_ROOT_HO
3131

3232
## Commands
3333

34-
- run: runs the server and live reloads the changes
35-
- web_client/Compile/managedSources: generates schema.graphql and query/mutation objects for the client
36-
- assembly: generates the uber jar
34+
- _run_: runs the server and live reloads the changes
35+
- _web_client/Compile/managedSources_: generates schema.graphql and query/mutation objects for the client (you shouldn't need to use this explicitly)
36+
- _assembly_: generates the uber jar
3737

3838
## Usage
3939

4040
The default login for the user interface is:
4141
- username: admin
4242
- password: admin
4343

44+
It is created via evolutions, remove it from there if you want to change it. Also if you want to create another one manually there is an app called _ManualUserGenerator_ to do that.
45+
4446
## Problems
4547

4648
- WebpackDevServer is not used at the moment
4749
- When a new dependency is added to the npmDependencies the bundle.js is not rebuilt.
4850
- The build is slow because some files are not cached (static query generation and two rounds of js bundling) and the dist directory is deleted.
49-
- Add test framework
51+
- Add test framework for front-end
5052
- Refetching the queries instead of changing the apollo cache.
5153

5254
## Credits

0 commit comments

Comments
 (0)