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 f3a0e34 commit fd36579Copy full SHA for fd36579
README.md
@@ -21,35 +21,35 @@ Quickly upload and plot CSV data in a graph
21
**Install Dependencies**
22
23
```bash
24
-npm install
+bun install
25
```
26
27
**Start Development Server**
28
29
30
-npm start
+bun start
31
32
33
**Lint all the files**
34
35
36
-npm run lint
+bun run lint
37
38
39
**Format all files with Prettier**
40
41
42
-npm run format
+bun run format
43
44
45
**Check TypeScript issues**
46
47
48
-npm run type-check
+bun run type-check
49
50
51
**Build for Production**
52
53
54
-npm run build
+bun run build
55
0 commit comments