https://github.com/denperidge/osoc-interlink
All the OSOC participants, projects and partners of recent years, now extra navigate-able and linked!
https://github.com/denperidge/osoc-interlink
website
Last synced: over 1 year ago
JSON representation
All the OSOC participants, projects and partners of recent years, now extra navigate-able and linked!
- Host: GitHub
- URL: https://github.com/denperidge/osoc-interlink
- Owner: Denperidge
- License: mit
- Created: 2022-07-30T15:16:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T09:51:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T07:35:52.632Z (over 1 year ago)
- Topics: website
- Language: TypeScript
- Homepage: https://denperidge.github.io/osoc-interlink
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Osoc-Interlink
All the Open Summer Of Code data is open (as is fitting), but there's no way to view all the projects a person has worked on. So, uh, now there is!
## Getting started
There's a live version at https://denperidge.github.io/osoc-interlink!
But if you want to run this project locally, simply set it up with
```bash
git clone https://github.com/Denperidge/osoc-interlink.git
cd osoc-interlink/
npm install
npm start
```
## (Old) branches:
- main: Full rework without mongodb/mongoose, so this could work statically
- mongodb: Basic data parsing, but stopped due to mongodb's default driver referencing to other documents being less solid than mongoose
- mongoose: Working data parsing, but stopped due to wanting this project to work static
## License
This project is licensed under the [MIT License](LICENSE).