Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnishiguchi/hanarecafe2019
Hanare in Toshijima, Toba, Mie, Japan.
https://github.com/mnishiguchi/hanarecafe2019
bootstrap4 i18n japan jekyll polyglot pwa service-worker webpack4
Last synced: 19 days ago
JSON representation
Hanare in Toshijima, Toba, Mie, Japan.
- Host: GitHub
- URL: https://github.com/mnishiguchi/hanarecafe2019
- Owner: mnishiguchi
- License: mit
- Created: 2018-10-12T21:46:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:53:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T04:34:40.741Z (about 1 month ago)
- Topics: bootstrap4, i18n, japan, jekyll, polyglot, pwa, service-worker, webpack4
- Language: HTML
- Homepage: https://hanarecafe2019.netlify.com
- Size: 35.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hanarecafe
## Get started
#### Install gems
```
bundle install
```#### run the app in development
start webpack dev server and jekyll dev server
```
foreman start -f Procfile.dev
```view localhost:4000
#### build the app in production
```
node_modules/.bin/webpack --mode production && JEKYLL_ENV=production jekyll build
```## Thanks
- [jekyll](https://github.com/jekyll/jekyll)
- [bootstrap](https://getbootstrap.com/docs/4.0/getting-started/introduction/)
- [stylish-portfolio](https://startbootstrap.com/template-overviews/stylish-portfolio/)
- [single div timeline](https://codepen.io/NielsVoogt/pen/MbMMxv)
- [untra/polyglot](https://github.com/untra/polyglot)
- [penibelst/jekyll-compress-html](https://github.com/penibelst/jekyll-compress-html)
- [How to Use ES6 and Webpack With Jekyll](https://michaelmovsesov.com/articles/jekyll-es6-workflow)
- [webpack](https://webpack.js.org/)
- [survivejs](https://survivejs.com/webpack)
- [icomoon.io](https://icomoon.io/#docs/inline-svg)
- https://www.netlify.com/
- etc