File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,27 @@ To develop locally, follow these steps:
50
50
51
51
1 . ** Clone this repo:**
52
52
53
- ``` sh
54
- git clone https://github.com/javaistic/javaistic.git
55
- ```
53
+ ``` sh
54
+ git clone https://github.com/javaistic/javaistic.git
55
+ ```
56
56
57
57
2 . ** Navigate to the project root directory:**
58
58
59
- ` ` ` sh
60
- cd javaistic
61
- ` ` `
59
+ ``` sh
60
+ cd javaistic
61
+ ```
62
62
63
- 3. ** Install JS dependencies:**
63
+ 3 . ** Install dependencies:**
64
64
65
- ` ` ` sh
66
- yarn
67
- ` ` `
65
+ ``` sh
66
+ bun i
67
+ ```
68
68
69
69
4 . ** Start the development server:**
70
70
71
- ` ` ` sh
72
- yarn dev
73
- ` ` `
71
+ ``` sh
72
+ bun run dev
73
+ ```
74
74
75
75
## 🤝 Community
76
76
@@ -99,4 +99,12 @@ Special thanks to the following companies for their support in building Javaisti
99
99
[ ![ JetBrains] ( .github/img/jetbrains.svg )] ( https://jetbrains.com/?utm_source=javaistic&utm_campaign=oss )
100
100
[ ![ Forms by Formspree] ( .github/img/forms-by-formspree.svg )] ( https://formspree.io/?utm_source=javaistic&utm_campaign=oss )
101
101
102
+ ## 📝 License
103
+
104
+ This work is licensed under the
105
+ [ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License] ( https://creativecommons.org/licenses/by-nc-sa/4.0/ ) .
106
+ ![ License: CC BY-NC-SA 4.0] ( https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png )
107
+
108
+ Copyright © 2025 [ Arghya Ghosh] ( https://github.com/uiuxarghya )
109
+
102
110
** Made with ❤️ in India.**
You can’t perform that action at this time.
0 commit comments