├── .devcontainer ├── devcontainer.json └── docker-compose.yml ├── .vscode ├── launch.json └── settings.json ├── README.md ├── license.txt └── scripts └── init.sh /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/.devcontainer/docker-compose.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/README.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/license.txt -------------------------------------------------------------------------------- /scripts/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vjFaLk/frappe_codespace/HEAD/scripts/init.sh --------------------------------------------------------------------------------