Skip to content

Swift-Tasks/SwiftTasks

Repository files navigation

Swifttasks

Resources to learn from

Any problems or specific questions, use ai.

Github Advice

Pulling down the repo

git clone https://github.com/Swift-Tasks/SwiftTasks

Update your code - do this whenever you reopen the project on a new date, or before you commit

git pull

Commit 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 main

Database Setup (only do this once)

Add environment variables from teasms chat.

bunx drizzle-kit generate
bunx drizzle-kit migrate

Setup Command

npm i; npx drizzle-kit migrate; npx drizzle-kit migrate; npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages