Skip to content

Commit

Permalink
Merge branch 'alpha'
Browse files Browse the repository at this point in the history
# Conflicts:
#	tetris-with-p5js-and-chatgpt-tutorial.html
  • Loading branch information
jakedowns committed Dec 27, 2023
2 parents 842dbb2 + fa30dfe commit be6239c
Show file tree
Hide file tree
Showing 15 changed files with 3,906 additions and 1,478 deletions.
24 changes: 24 additions & 0 deletions my-vite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
14 changes: 14 additions & 0 deletions my-vite/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
<body>
<div id="app" class="w-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit be6239c

Please sign in to comment.