diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e3eeba8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+build:
+ npm run build
+ rm -rf ../evening_detective/static/admin
+ cp -r dist ../evening_detective/static/admin
diff --git a/README.md b/README.md
index c83c919..943b95e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ${REPO_NAME_SNAKE}
+# evening_detective_admin_client
This template should help get you started developing with Vue 3 in Vite.
@@ -30,6 +30,7 @@ npm run dev
```sh
npm run build
+(make build)
```
### Lint with [ESLint](https://eslint.org/)
diff --git a/package-lock.json b/package-lock.json
index 024e8b3..d9d067b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "vo1",
+ "name": "evening_detective_admin_client",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "vo1",
+ "name": "evening_detective_admin_client",
"version": "0.0.0",
"dependencies": {
"pinia": "^3.0.1",
diff --git a/package.json b/package.json
index b862595..20aaeb6 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "${REPO_NAME_SNAKE}",
+ "name": "evening_detective_admin_client",
"version": "0.0.0",
"private": true,
"type": "module",
diff --git a/src/App.vue b/src/App.vue
index 7905b05..deb0ec7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'