Skip to content

Commit c411de6

Browse files
authored
chore: add development environment start script (#373)
* feat: add javascript solution to lcci problem: No.02.01.Remove Duplicate Node * feat: add javascript solution to lcci problem: No.02.02.Kth Node From End of List * feat: add javascript solution to lcci problem: No.02.03.Delete Middle Node * feat: add javascript solution to lcci problem: No.17.04.Missing Number * feat: add javascript solution to lcci problem: No.17.10.Find Majority Element * feat: add javascript solution to lcci problem: No.01.08.Zero Matrix * chore: add development environment start script
1 parent d36635f commit c411de6

File tree

2 files changed

+1344
-0
lines changed

2 files changed

+1344
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"scripts": {
3+
"dev": "docsify serve"
4+
},
5+
"dependencies": {
6+
"docsify-cli": "^4.4.3"
7+
}
8+
}

0 commit comments

Comments
 (0)