Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleigh committed Dec 18, 2024
0 parents commit ead53c2
Show file tree
Hide file tree
Showing 8 changed files with 672 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Main configs for all files
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 4

# Overwrite configs for all "json" and "yml" files
[{*.json,*.yml}]
indent_style = space
indent_size = 2

# Overwrite configs for all "tsx" files inside directories:
# "src/elements", "src/components", and "src/containers"
[{src/**/*.tsx}]
quote_type = single
24 changes: 24 additions & 0 deletions .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?
Binary file added assets/fa-solid-900-CTAAxXor.woff2
Binary file not shown.
Binary file added assets/fa-solid-900-D0aA9rwL.ttf
Binary file not shown.
5 changes: 5 additions & 0 deletions assets/index-B3oOpDRO.css

Large diffs are not rendered by default.

604 changes: 604 additions & 0 deletions assets/index-P6tAJ0v1.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-P6tAJ0v1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B3oOpDRO.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ead53c2

Please sign in to comment.