aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-30 00:27:46 +0900
committernsfisis <nsfisis@gmail.com>2024-07-30 00:27:46 +0900
commit432593ddc20e4248c6fe134d13f9c25bad7e39f7 (patch)
treeb60ac9ce2102367f345110d451abe19e1b6219bf /docs
parent7e2704c90ffba3612bd87ed342d4f310b0de78c0 (diff)
parent0908e5d2041ded22969da7d66ead59d5037d40dd (diff)
downloadiosdc-japan-2024-albatross-432593ddc20e4248c6fe134d13f9c25bad7e39f7.tar.gz
iosdc-japan-2024-albatross-432593ddc20e4248c6fe134d13f9c25bad7e39f7.tar.zst
iosdc-japan-2024-albatross-432593ddc20e4248c6fe134d13f9c25bad7e39f7.zip
Merge branch 'feat/local-dev'
Diffstat (limited to 'docs')
-rw-r--r--docs/DEV.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/DEV.md b/docs/DEV.md
new file mode 100644
index 0000000..7e8bcd6
--- /dev/null
+++ b/docs/DEV.md
@@ -0,0 +1,18 @@
+# Dependencies
+
+* Docker
+* Docker Compose
+* Node.js 20.0.0 or later
+* Npm
+* Go 1.22.3 or later
+
+# Run
+
+1. Clone the repository.
+1. `cd path/to/the/repo`
+1. `make init`
+1. `make up`
+1. Access to http://localhost:5173.
+ * User `a`, `b` and `c` can log in with any password.
+ * User `a` and `b` are players.
+ * User `c` is an administrator.