Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haizzz/haizzz.github.io
Personal website
https://github.com/haizzz/haizzz.github.io
Last synced: 20 days ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/haizzz/haizzz.github.io
- Owner: Haizzz
- License: 0bsd
- Created: 2019-05-05T04:53:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T06:33:02.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:49:24.990Z (about 1 month ago)
- Language: TypeScript
- Size: 7.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anh Le's personal website
## Quickstart
### Development
The site is made with Gatsby. To start the development server, run
```bash
$ yarn develop
```### Deploy
The site is deployed with `gh-pages`. To deploy, run
```bash
$ yarn deploy
```