commit | f7ee658bb041fcaca5a3feed9aa518fb3dd91a32 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Thu Sep 02 21:53:28 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Thu Sep 02 22:01:50 2021 +0200 |
tree | c23fbccd6808f7c15a0cdf0f5d52ca6fd319827e | |
parent | c147b6aac8960a5240803c3d2efd81ab17a5ef41 [diff] [blame] |
Add first version of the frontend As of now the only usable functionality is signin in/out and managing authorized users, and even then there is much room for improvement. Change-Id: Ib87fc6866f69113a230187710de8644b78391917
diff --git a/frontend/Makefile b/frontend/Makefile new file mode 100644 index 0000000..fc3d69e --- /dev/null +++ b/frontend/Makefile
@@ -0,0 +1,6 @@ +.PHONY: serve + +WEBPACK := ./node_modules/webpack-cli/bin/cli.js + +serve: + $(WEBPACK) serve --mode development