Skip to content

Commit dfec304

Browse files
committed
Update .gitignore
1 parent e8dd910 commit dfec304

File tree

15 files changed

+10
-39
lines changed

15 files changed

+10
-39
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
**/**/node_modules/
1+
/frontend/node_modules/
2+
/frontend/yarn-error.log
3+
4+
**/**/__pycache__/
5+
/cms/db.sqlite3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ This is a base project based on docker and docker compose with wagtail 2, vue 3
55
- Run `docker-compose build`
66
- Run `docker-compose up -d`
77
- Run `docker-compose exec cms bash python manage.py migrate`
8+
- Run `cd frontend && yarn install`
89
- Open `localhost:8000``
910
- Happy codding
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)