https://github.com/diodechain/website_dev
Website preview version
https://github.com/diodechain/website_dev
Last synced: 3 months ago
JSON representation
Website preview version
- Host: GitHub
- URL: https://github.com/diodechain/website_dev
- Owner: diodechain
- Created: 2020-02-14T13:39:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T14:27:19.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:32:28.096Z (5 months ago)
- Language: Vue
- Homepage: https://diodechain.github.io/website_dev/
- Size: 99.5 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsletter/welcome.html
- License: licenses/LICENSE-1.0
Awesome Lists containing this project
README
# Diode Setup:
## System Preparation
1. Follow guides [here](http://jekyllrb.com/docs/installation/) to install ruby for your OS
2. Install Jekyll & Bundler: `gem install jekyll bundler`
then `bundle install`
4. Install NodeJS from [http://nodejs.org](http://nodejs.org)
5. Install GulpJS: `npm install -g gulp` (mac may need sudo)## Local Dev Environment
1. Inside the parent directory: `npm install`.
2. To build: `jekyll build`
3. To serve to localhost:4000: `jekyll serve --livereload`
# Original ReadMe:
```
=================================================
===== jekyll-gulp-sass-browser-sync =====
=================================================
```
A project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync## System Preparation
1. Follow guides here to install ruby for your OSTo use this project, you'll need the following things installed on your machine.
1. Ruby (v2.5.1p57)
2. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
3. [Jekyll-Archives](http://jekyllrb.com) - `$ bundle install`
4. [NodeJS](http://nodejs.org) - use the installer (v6.5.0).
5. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp` (mac users may need sudo)## Local Installation
1. Inside the directory, run `npm install`.
2. Enjoy## Usage
**local development mode**
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
```shell
$ ./run
```**seeing drafts**
```shell
$ ./run --drafts
```