We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506c6ad commit ce6b8b7Copy full SHA for ce6b8b7
README.md
@@ -1,21 +1,7 @@
1
-# bun-react-tailwind-shadcn-template
+# TypeScript Practice
2
3
-To install dependencies:
+Deployed at https://typescript.partman.dev.
4
5
-```bash
6
-bun install
7
-```
+Renders a playground where you can try to solve TypeScript challenges in enforced templates.
8
9
-To start a development server:
10
-
11
12
-bun dev
13
14
15
-To run for production:
16
17
18
-bun start
19
20
21
-This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
+Inspired by https://tsch.js.org/.
0 commit comments