https://github.com/leesheppard/rubykraken
https://github.com/leesheppard/rubykraken
codeship jekyll jekyll-now jekyll-site reactjs webpack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leesheppard/rubykraken
- Owner: leesheppard
- Created: 2019-07-19T13:41:39.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T12:50:26.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:26:25.029Z (4 months ago)
- Topics: codeship, jekyll, jekyll-now, jekyll-site, reactjs, webpack
- Language: SCSS
- Homepage: https://rubykraken.com
- Size: 1.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
An experiment with Jekyll, Webpack.# Ruby Kraken
[](https://forthebadge.com)## Requirements
| Dependency | Version |
| ---------------------- | -------------------------------------------------------------------------------------------------------- |
| [Ruby](.ruby-version) | [](https://badge.fury.io/rb/ruby) |
| [Jekyll](Gemfile#L3) | [](https://badge.fury.io/rb/jekyll) |
| Bundler | [](https://badge.fury.io/rb/bundler) |### Setup
In your local development location, clone the app:
```bash
$ git clone https://github.com/leesheppard/rubykraken.git
$ cd rubykraken
```### Development
Prior to testing in the browser, run `webpack` to compile the JS and
`jekyll build` so Jekyll will register the newly compiled file.````bash
$ webpack
$ jekyll build
$ bundle exec jekyll serve
````You can keep Jekyll watching changes to `bundle.js` with
```bash
$ jekyll build -w
$ webpack -w
```### Deployment
Code integration is with CodeShip and will push to production once the Master branch passes.
Deploy to Production
```bash
$ vercel --target production
```Deploy to Staging
```bash
$ vercel --target staging
```Running locally
```bash
$ bundle exec jekyll serve
```## Contact
Thanks for checking out my work.

[](https://twitter.com/leesheppard)