- TailwindCSS VScode Extention (Recommended)
- Tailwindcss Docs;
- Next.js (react)
- React.js Basics YT
- Tailwindcss Basics YT
Pulling down the repo
git clone https://github.com/Swift-Tasks/SwiftTasksUpdate your code - do this whenever you reopen the project on a new date, or before you commit
git pullCommit your changes - stick to your folders from trello
git add .
git commit -m "EXPLAIN YOUR CHANGES HERE IN DEPTH - YOUR NAME - DATE"
git push --set-upstream origin mainAdd environment variables from teasms chat.
bunx drizzle-kit generatebunx drizzle-kit migratenpm i; npx drizzle-kit migrate; npx drizzle-kit migrate; npm run dev