https://github.com/timoscheuermann/timos-newsroom
Timo's Newsroom is the source for news about all of my projects. Read annoucements, get updates and learn new features.
https://github.com/timoscheuermann/timos-newsroom
Last synced: 4 months ago
JSON representation
Timo's Newsroom is the source for news about all of my projects. Read annoucements, get updates and learn new features.
- Host: GitHub
- URL: https://github.com/timoscheuermann/timos-newsroom
- Owner: TimoScheuermann
- Created: 2020-07-15T16:58:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:00:23.000Z (over 3 years ago)
- Last Synced: 2025-02-07T17:47:58.830Z (over 1 year ago)
- Language: Vue
- Homepage: https://newsroom.timos.design
- Size: 15.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timo's Newsroom
## 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/).