User directory self service portal
You will need a few components installed in order to pull, build, and run this app locally:
golang >=1.14.3
node >=14.3.0 && npm >=6.14.4 && vue-cli >= 4.4.4
docker >= 19.03.8
All local dev work executes using Makefile targets. Some targets are chained to provide some semblance of shorthand commands. You can always run make help
in the working directory to see a current list of common commands.
Run make
to start the app
That’s it? That’s it.