File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,37 +34,17 @@ This is the official website for the OpenHardware Initiative, a student-led grou
3434- [ Tailwind CSS] ( https://tailwindcss.com/ )
3535- [ Bun] ( https://bun.sh/ ) (for local development/build)
3636
37- ## 📦 Data Management
38- - All data is in ` Source code/src/data/ ` as TypeScript files
39- - See ` DATA_MANAGEMENT_README.md ` for details on adding/editing data
37+ ## 📦 Website Configuration Management
38+ - All code is in ` Source code/src/data/ ` as TypeScript files
39+ - See ` Source_code/README.md ` , ` Source_code/APPLICATION_CONFIG_README.md ` & ` Source_code/ DATA_MANAGEMENT_README.md` for details on adding/editing data
4040
4141## 🏗️ Building & Deploying
42- 1 . ** Build the site:**
43- ``` sh
44- cd " Source code"
45- bun run build
46- ```
47- 2 . ** Move the build output:**
48- ``` sh
49- mv dist/* ../
50- mv dist/.* ../ 2> /dev/null || true
51- rm -rf dist
52- ```
53- 3 . ** Commit and push to GitHub**
54-
55- See ` DEPLOYMENT_README.md ` for full instructions.
42+ See ` Source_code/DEPLOYMENT_README.md ` for full instructions.
5643
5744## 🌐 Hosting
5845- Designed for GitHub Pages, but can be hosted on Vercel, Netlify, etc.
5946- SPA routing is supported everywhere (see Vite config and ` _redirects ` /` vercel.json ` )
6047
61- ## 🤝 Contributing
62- - Open to student and alumni contributions!
63- - Please open an issue or pull request for improvements or bug fixes.
64-
65- ## 📄 License
66- MIT License
67-
6848---
6949
70- For more details, see the documentation files in the repo.
50+ For more details, see the documentation files in the repo.
You can’t perform that action at this time.
0 commit comments