This projects allows us to use ChatGPT to help people manage their workload
- Bootstrap the project
mkdir ..... - Install TailwindCSS (TW)
-
- (Node & yarn)
-
yarn add -D tailwindcss && npx tailwincss init
-
- update tailwind.config.js (
content: []block)
- update tailwind.config.js (
-
- Add my tailwind.css stuff (@tailwind ....)
-
npx tailwindcss -i ./tailwind.css -o ./styles.css --watch
-
- add my
link:csspoint to./style.css
- add my
-
- Do some backflips (highly optional)
-
- Setup HTML semantic structure
- ...
- checkout to the "default"
git checkout main - merge the branch from "other" into the default
git merge feature/html-semantics<?? failed!!!> 2a: Resolve a git merge (using VSC) 2b: Add the changes and commit:git add -u && git commit -m "merge - Done.
- Create new WIP branch (names "feature/blah-blah")
- Do work in branch (with lots of commits along the way)
- When all is OK on that branch
- merge into "production" (main/master) branch
- Rinse and repeat.

