Skip to content

chicaco/yasslab.jp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Website for YassLab Inc.

This repository includes source code to build YassLab's website.

YassLab Inc.
Distributed Company that Works Remotely, focusing on
Ruby/Rails Web Development, Education, and OpenSource.
https://yasslab.jp/

Setup

ローカルで開発する場合は、npmとJekyllのそれぞれを走らせておきます。

npm

  1. npm install
    • 初回のnpmのインストール
  2. npm run css
    • cssのコンパイル
  3. npm run watch
    • sassファイルの監視

Jekyll

  1. bundle install
    • 初回のgemのインストール
  2. bundle exec jekyll server
    • ローカルサーバーの立ち上げ
  3. ブラウザで localhost:4000 にアクセス
    • 成功すれば yasslab.jp と同じ画面が表示される

About ICON

The icons used in the website are created by Font Awesome, licensed under SIL OFL 1.1.

Copyright

Copyright © 2012-2019 YassLab Inc.

YassLab 株式会社ロゴ

About

Having a Good Life with OpenSource ;)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.3%
  • JavaScript 43.0%
  • CSS 3.7%
  • Other 1.0%