Skip to content

Commit 0b68b24

Browse files
Add credits page
1 parent fd75fe8 commit 0b68b24

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export default defineConfig({
9090
{ text: 'Tips & Tricks', link: '/reference/tips' },
9191
{ text: 'Aspirations', link: '/reference/aspirations' },
9292
{ text: 'Project Ideas', link: '/reference/project-ideas' },
93+
{ text: 'Credits', link: '/reference/credits' },
9394
]
9495
},
9596
],

reference/credits.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Credits
2+
3+
The NST Compute Cluster was built from scratch during December 2025 — January 2026 by the founding team at Newton School of Technology, Ajeenkya DY Patil University.
4+
5+
## Faculty
6+
7+
### Krushn Dayshmookh
8+
Instructor, Full Stack Development. Led the cluster design, setup, and documentation effort.
9+
10+
[GitHub](https://github.com/krushndayshmookh) · [LinkedIn](https://linkedin.com/in/krushndayshmookh) · [Website](https://krushndayshmookh.com)
11+
12+
### Mayuri Wasu
13+
Faculty, Newton School of Technology.
14+
15+
<!-- [LinkedIn](https://linkedin.com/in/) -->
16+
17+
### Rahul Rajeevan
18+
Faculty, Newton School of Technology.
19+
20+
<!-- [LinkedIn](https://linkedin.com/in/) -->
21+
22+
## Students
23+
24+
### Ananya Sharma
25+
Part of the founding team that built and configured the cluster infrastructure.
26+
27+
<!-- [GitHub](https://github.com/) · [LinkedIn](https://linkedin.com/in/) -->
28+
29+
### Aditya Bijalwan
30+
Part of the founding team that built and configured the cluster infrastructure.
31+
32+
<!-- [GitHub](https://github.com/) · [LinkedIn](https://linkedin.com/in/) -->
33+
34+
### Yashveer Singh
35+
Part of the founding team that built and configured the cluster infrastructure.
36+
37+
<!-- [GitHub](https://github.com/) · [LinkedIn](https://linkedin.com/in/) -->
38+
39+
---
40+
41+
## Timeline
42+
43+
| Date | Milestone |
44+
|---|---|
45+
| 2025-12-25 | Single-node K3s cluster on nst-n1, Cloudflare Tunnel, first app deployed |
46+
| 2025-12-31 | 5-node cluster operational, Rancher installed, cert-manager configured |
47+
| 2026-01 | JupyterHub, Overleaf, Minecraft, NST Init, container registry deployed |
48+
| 2026-02 | Documentation published |
49+
50+
---
51+
52+
## Contributing
53+
54+
This documentation is open source. If you find an error, want to add something, or have a suggestion, open a pull request:
55+
56+
[github.com/nst-sdc/nst-cluster-docs](https://github.com/nst-sdc/nst-cluster-docs)

0 commit comments

Comments
 (0)