diff --git a/.vscode/settings.json b/.vscode/settings.json index 067789ea..51f69758 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "git.ignoreLimitWarning": true, "typescript.preferences.importModuleSpecifier": "non-relative" diff --git a/client/pages/index.tsx b/client/pages/index.tsx index 0f193ea4..2f4ead54 100644 --- a/client/pages/index.tsx +++ b/client/pages/index.tsx @@ -30,8 +30,15 @@ const Home = (props: Props) => { return (
- - Preview Available + { + window.open('https://porkybank.io'); + }} + > + New Project 🐷 Porkybank:  + Track your daily budget +

@@ -41,12 +48,25 @@ const Home = (props: Props) => {

- + Codeamigo is an AI powered coding assistant that helps you learn to code like a developer. Today's developers didn't learn binary before learning Python, why should you learn how to code without the most modern tools? + + I will no longer be maintaining Codeamigo. I am working on a new + project called Porkybank. It's a tool to help you track your daily + budget. If you're interested in learning more, please check it out + at{' '} + + porkybank.io + +