Skip to content

Commit 8f94d88

Browse files
Website ui enhancement
1 parent cc33054 commit 8f94d88

File tree

22 files changed

+1716
-348
lines changed

22 files changed

+1716
-348
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,5 +433,5 @@ app.use("/docs", express.static(path.join(__dirname, "views")));
433433
app.use("/docs", documentationRoute);
434434

435435
app.listen(3000, () => {
436-
console.log("🚀 Running at http://localhost:${PORT}/docs");
436+
console.log(`🚀 Running at http://localhost:3000/docs`);
437437
});

public/assets/images/home/fun.png

153 KB
Loading
1.17 MB
Loading
1.91 MB
Loading
204 KB
Loading

public/assets/images/home/que.png

529 KB
Loading
164 KB
Loading
1.82 MB
Loading
1.1 MB
Loading

0 commit comments

Comments
 (0)