https://github.com/sharpvik/typewriter
https://github.com/sharpvik/typewriter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharpvik/typewriter
- Owner: sharpvik
- Created: 2020-05-01T17:00:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:46:40.000Z (about 3 years ago)
- Last Synced: 2025-01-16T18:29:42.122Z (about 1 year ago)
- Language: Vue
- Size: 4.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typewriter
## Deploy
```bash
git checkout gh-pages
npm run build
git add && git commit -m "Some message"
git subtree push --prefix dist --set-upstream origin gh-pages
```