Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware committed Dec 11, 2024
0 parents commit a47dc4b
Show file tree
Hide file tree
Showing 10 changed files with 549 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
.env
.env.development
.env.production
packages/contracts/event_manager/target/
.spr.yml
24 changes: 24 additions & 0 deletions apps/meshik/.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?
6 changes: 6 additions & 0 deletions apps/meshik/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid"
}
1 change: 1 addition & 0 deletions assets/index-Cb6gW8x3.css

Large diffs are not rendered by default.

493 changes: 493 additions & 0 deletions assets/index-N6rgI4xJ.js

Large diffs are not rendered by default.

Binary file added empty-meals-illustration.webp
Binary file not shown.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./starkitchen-logo-transparent.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meshik | Best kitchen in Natanya</title>
<script type="module" crossorigin src="./assets/index-N6rgI4xJ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cb6gW8x3.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Binary file added starkitchen-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added starkitchen-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 a47dc4b

Please sign in to comment.