Skip to content

Commit

Permalink
Merge pull request #12 from faranak-cs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
faranak-cs authored Mar 18, 2024
2 parents c37b552 + 6dfdacf commit 72e1745
Show file tree
Hide file tree
Showing 19 changed files with 2,074 additions and 3 deletions.
28 changes: 28 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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?
/src/notes.jsx

# Hardhat files
/src/artifacts
12 changes: 12 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CBDC</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit 72e1745

Please sign in to comment.