https://github.com/zanechua/website
Codebase for Personal Website
https://github.com/zanechua/website
Last synced: about 2 months ago
JSON representation
Codebase for Personal Website
- Host: GitHub
- URL: https://github.com/zanechua/website
- Owner: zanechua
- Created: 2020-06-05T05:12:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:57:02.000Z (about 2 years ago)
- Last Synced: 2024-05-22T18:04:05.512Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://zanechua.com/
- Size: 48.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# zanechua.com
Website for [zanechua.com](https://zanechua.com)
# Development
```bash
yarn install
yarn develop
```
# Deployment
```bash
yarn release
git push --follow-tags origin master
```