You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Built with [React](https://react.dev/), [Vite](https://vitejs.dev/), [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/), and [Bun](https://bun.sh/)
15
-
- All data is managed in `src/data/` as TypeScript files
16
-
- No database or CMS required
17
-
18
13
## 📦 Data Management
19
-
See [`../DATA_MANAGEMENT_README.md`](../DATA_MANAGEMENT_README.md) for how to add or edit people, events, or projects.
14
+
- See [`DATA_MANAGEMENT_README.md`](DATA_MANAGEMENT_README.md) for how to add or edit people, events, or projects.
15
+
- See [`APPLICATION_CONFIG_README.md`](APPLICATION_CONFIG_README.md) for how to set-up & remove an application form.
20
16
21
17
## 🏗️ Building & Deploying
22
-
See [`../DEPLOYMENT_README.md`](../DEPLOYMENT_README.md) for how to build and deploy the site with Bun and GitHub Pages.
18
+
See [`DEPLOYMENT_README.md`](DEPLOYMENT_README.md) for how to build and deploy the site with Bun and GitHub Pages.
23
19
24
20
## ⚡ Quick Start
25
21
1. Install dependencies (if needed):
26
22
```sh
27
23
bun install
28
24
```
29
-
2. Start the dev server:
25
+
2. Start the dev server (test the website locally):
30
26
```sh
31
27
bun run dev
32
28
```
@@ -35,6 +31,11 @@ See [`../DEPLOYMENT_README.md`](../DEPLOYMENT_README.md) for how to build and de
35
31
bun run build
36
32
```
37
33
34
+
## 🛠️ Development
35
+
- Built with [React](https://react.dev/), [Vite](https://vitejs.dev/), [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/), and [Bun](https://bun.sh/)
36
+
- All data is managed in `src/data/` as TypeScript files
37
+
- No database or CMS required
38
+
38
39
## 📝 Notes
39
40
- SPA routing is supported for GitHub Pages, Vercel, and Netlify
40
41
- All application links are managed via `src/config/applicationConfig.ts`
0 commit comments