feat(docker): add docker compose file for development environment

This commit is contained in:
Kentai Radiquum 2024-04-29 23:31:31 +05:00
parent 47c6ea5d08
commit 023e0c3a0b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 85 additions and 2 deletions

View file

@ -16,11 +16,11 @@
"material-dynamic-colors": "^1.1.0",
"react": "^18",
"react-dom": "^18",
"next": "^14.2.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"eslint-config-next": "14.2.2",
"next": "^14.2.2",
"postcss": "^8"
}
}