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

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

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