https://github.com/manuelmeister/zeitzug
My project for my Bachelor at the Zurich University of the Arts about the history of the Swiss railroad. The project was done in co-production with the Swiss Museum of Transportation.
https://github.com/manuelmeister/zeitzug
railroad
Last synced: 3 months ago
JSON representation
My project for my Bachelor at the Zurich University of the Arts about the history of the Swiss railroad. The project was done in co-production with the Swiss Museum of Transportation.
- Host: GitHub
- URL: https://github.com/manuelmeister/zeitzug
- Owner: manuelmeister
- License: mit
- Created: 2020-04-27T06:46:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:46:50.000Z (over 2 years ago)
- Last Synced: 2025-03-07T02:01:57.855Z (3 months ago)
- Topics: railroad
- Language: Vue
- Homepage: https://zeitzug.app
- Size: 59.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ba-storyboard
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).