https://github.com/bkdev98/bkdev98.github.io
Source for Khanh Quoc Press https://khanhquoc.press
https://github.com/bkdev98/bkdev98.github.io
Last synced: 12 months ago
JSON representation
Source for Khanh Quoc Press https://khanhquoc.press
- Host: GitHub
- URL: https://github.com/bkdev98/bkdev98.github.io
- Owner: bkdev98
- License: mit
- Created: 2017-11-03T00:53:35.000Z (over 8 years ago)
- Default Branch: dev-v2
- Last Pushed: 2023-01-25T05:27:53.000Z (about 3 years ago)
- Last Synced: 2025-01-01T09:07:51.950Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 34.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# https://khanhquoc.press
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```
And run from your CLI:
```sh
gatsby new gatsby-example-site
```
Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```