Skip to content

Commit

Permalink
Redesigned a few things again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboooz committed Jul 18, 2024
1 parent ccb45fd commit 1f0a5f1
Show file tree
Hide file tree
Showing 21 changed files with 2,914 additions and 18,348 deletions.
37 changes: 21 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
/node_modules
/.pnp
.pnp.js

/coverage

/build
/build
/dist

.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# 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?
29 changes: 0 additions & 29 deletions LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions README.md

This file was deleted.

13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bamboooz</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading

0 comments on commit 1f0a5f1

Please sign in to comment.