Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuch4n/kyuch4n.github.io
https://github.com/kyuch4n/kyuch4n.github.io
jekyll umi
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyuch4n/kyuch4n.github.io
- Owner: kyuch4n
- Created: 2019-09-29T18:38:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T06:29:40.000Z (about 4 years ago)
- Last Synced: 2023-03-21T04:04:10.140Z (almost 2 years ago)
- Topics: jekyll, umi
- Language: SCSS
- Homepage: https://kyuch4n.github.io/
- Size: 12.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KYU「Q」
## Website
[Let's Go →_→](https://kyuch4n.github.io/)
## Packages
### 1. Pangu
#### Start up
Install jekyll and jekyll plugins. And run `yarn start` to develop.
```shell
> gem install jekyll
> gem install jekyll-paginate
> yarn start
```View [http://127.0.0.1:4000/](http://127.0.0.1:4000/).
### 2. shennong
#### Start up
A create-react-app project.
```shell
> yarn start
```## Scripts
### 1. build.sh
```shell
> chmod +x scripts/build.sh
``````shell
> yarn build
```Run `yarn build` at root dir, will auto build sub-packages and deploy on github.