Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 659 Bytes

readme.md

File metadata and controls

executable file
·
24 lines (16 loc) · 659 Bytes

Subnero Website

The future of underwater wireless

Build Status

Install

  1. clone the project: git clone [email protected]:subnero1/subnero1.github.io.git && cd subnero1.github.io

Development

  1. build static pages: jekyll build
  • start local server: jekyll serve --config _dev_config.yml --watch

  • if there's error on invalid byte sequence in US-ASCII error: invalid byte sequence in US-ASCII, run the following in the command line:

    LC_CTYPE="en_US.UTF-8"
    LANG="en_US.UTF-8"
  • push to github pages: git push origin master