feat: add npm for js dependencies + move src/ files to root folder
- add node service in docker-compose.yml - update .devcontainer Dockerfile by adding node, npm and vim - init package.json for npm with tailwindcss, postcss, commitlint and commitizen as dev dependencies - update default layout main header and footer - replace CI's welcome_message.php with home.php listing all podcasts - add AUTHORS.md file - add docs folder in which to place castopod's technical documentation
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- .devcontainer/Dockerfile 6 additions, 1 deletion.devcontainer/Dockerfile
- .devcontainer/devcontainer.json 15 additions, 13 deletions.devcontainer/devcontainer.json
- .gitignore 137 additions, 0 deletions.gitignore
- AUTHORS.md 4 additions, 0 deletionsAUTHORS.md
- Dockerfile 1 addition, 1 deletionDockerfile
- README.md 2 additions, 147 deletionsREADME.md
- app/.htaccess 0 additions, 0 deletionsapp/.htaccess
- app/Common.php 0 additions, 0 deletionsapp/Common.php
- app/Config/App.php 4 additions, 2 deletionsapp/Config/App.php
- app/Config/Autoload.php 0 additions, 0 deletionsapp/Config/Autoload.php
- app/Config/Boot/development.php 0 additions, 0 deletionsapp/Config/Boot/development.php
- app/Config/Boot/production.php 0 additions, 0 deletionsapp/Config/Boot/production.php
- app/Config/Boot/testing.php 0 additions, 0 deletionsapp/Config/Boot/testing.php
- app/Config/Cache.php 0 additions, 0 deletionsapp/Config/Cache.php
- app/Config/Constants.php 0 additions, 0 deletionsapp/Config/Constants.php
- app/Config/ContentSecurityPolicy.php 0 additions, 0 deletionsapp/Config/ContentSecurityPolicy.php
- app/Config/Database.php 0 additions, 0 deletionsapp/Config/Database.php
- app/Config/DocTypes.php 0 additions, 0 deletionsapp/Config/DocTypes.php
- app/Config/Email.php 0 additions, 0 deletionsapp/Config/Email.php
Loading
Please register or sign in to comment