Skip to content
/ taskGPT Public

[WIP] This projects allows us to use ChatGPT to help people manage their workload

Notifications You must be signed in to change notification settings

msimbo/taskGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This projects allows us to use ChatGPT to help people manage their workload

Image Reference Working reference

Getting Started

  • Bootstrap the project mkdir .....
  • Install TailwindCSS (TW)
      1. (Node & yarn)
      1. yarn add -D tailwindcss && npx tailwincss init
      1. update tailwind.config.js (content: [] block)
      1. Add my tailwind.css stuff (@tailwind ....)
      1. npx tailwindcss -i ./tailwind.css -o ./styles.css --watch
      1. add my link:css point to ./style.css
      1. Do some backflips (highly optional)
  • Setup HTML semantic structure
  • ...

Additional notes:

  1. checkout to the "default" git checkout main
  2. 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
  3. Done.

Dev Git Workflow

  1. Create new WIP branch (names "feature/blah-blah")
  2. Do work in branch (with lots of commits along the way)
  3. When all is OK on that branch
  4. merge into "production" (main/master) branch
  5. Rinse and repeat.

About

[WIP] This projects allows us to use ChatGPT to help people manage their workload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published