src/config.ini
Replace the following words with actual credentials:
- DATABASE
- USER
- PASSWORD
php -S 127.0.0.1:80 -t ./src/public
Only needed if tailwind classes are changed/added.
cd npm
npm install
npm run tailwind
The command watches for file changes in directories specified in npm/tailwind.config.js
and automatically rebuilds the css.