https://github.com/jonaskuske/alumni-network
👨🏻🎓 A social network for alumni of my university course
https://github.com/jonaskuske/alumni-network
vue
Last synced: about 1 year ago
JSON representation
👨🏻🎓 A social network for alumni of my university course
- Host: GitHub
- URL: https://github.com/jonaskuske/alumni-network
- Owner: jonaskuske
- Created: 2018-05-23T03:46:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T23:39:39.000Z (over 4 years ago)
- Last Synced: 2025-02-05T00:42:29.100Z (over 1 year ago)
- Topics: vue
- Language: Vue
- Homepage: https://jonaskuske.github.io/alumni-network/
- Size: 7.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alumni Network
A fictional network for alumni of my university course, "Digital media production".
Built as a Vue.js web app and simulated entirely on client-side, **there is no backend and no data-syncing**.
If you want to try it out but are too lazy to "sign up", use `jonaskuske` with `test123` to login as... me.
## Instructions
> Build for production:
```bash
npm run build
```
> Serve development version with HMR on localhost:8080
```bash
npm run serve
```
> Run test suite
```bash
npm test
```