Skip to content

Commit

Permalink
using code-mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
azizghuloum committed Sep 29, 2024
1 parent e87b68a commit 6dac075
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 22 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">

<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<title>Vite + React + TS</title>
Expand Down
256 changes: 256 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
},
"dependencies": {
"@types/emscripten": "^1.39.13",
"@uiw/codemirror-theme-github": "^4.23.3",
"@uiw/react-codemirror": "^4.23.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit 6dac075

Please sign in to comment.