Skip to content

Commit ce6b8b7

Browse files
committed
docs: Update README
1 parent 506c6ad commit ce6b8b7

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
# bun-react-tailwind-shadcn-template
1+
# TypeScript Practice
22

3-
To install dependencies:
3+
Deployed at https://typescript.partman.dev.
44

5-
```bash
6-
bun install
7-
```
5+
Renders a playground where you can try to solve TypeScript challenges in enforced templates.
86

9-
To start a development server:
10-
11-
```bash
12-
bun dev
13-
```
14-
15-
To run for production:
16-
17-
```bash
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.
7+
Inspired by https://tsch.js.org/.

0 commit comments

Comments
 (0)