summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 197827a6..87b1ce5c 100644
--- a/README.md
+++ b/README.md
@@ -30,3 +30,33 @@ review some code in
[Gerrit](https://gerrit.openbmc-project.xyz/q/project:openbmc%252Fwebui-vue+status:open),
or join us in the
[GUI design workgroup meeting](https://github.com/openbmc/openbmc/wiki/GUI-Design-work-group).
+
+### Project setup
+
+```
+npm install
+```
+
+#### Compiles and hot-reloads for development
+
+```
+npm run serve
+```
+
+#### Compiles and minifies for production
+
+```
+npm run build
+```
+
+#### Run your unit tests
+
+```
+npm run test:unit
+```
+
+#### Lints and fixes files
+
+```
+npm run lint
+```