8000 GitHub - coff44club/okfocus.github.io: Our website.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coff44club/okfocus.github.io

 
 

Repository files navigation

okfoc.us

Development

Setup:

  1. git clone git@github.com:okfocus/okfocus.github.io.git && cd okfocus.github.io
  2. npm install -g bower
  3. npm install -g grunt-cli
  4. npm install && bower install

To concat and minify:

grunt

To watch for file changes and concat and minify automatically:

grunt watch

To-Do (maybe):

  1. Move assets to a vps and replace all references on other sites (may be a pipe dream)
0