An open API service indexing awesome lists of open source software.

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

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
```