8000 GitHub - ecoacoustics/ecoacoustics: Website for collaborative ecoacoustics research
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
/ ecoacoustics Public archive

Website for collaborative ecoacoustics research

License

Notifications You must be signed in to change notification settings

ecoacoustics/ecoacoustics

Repository files navigation

ecoacoustics.github.io

Website for collaborative ecoacoustics research

Local Editing Instructions

NOTE: These are advanced instructions. If you want to contribute see [TODO]

Install (Windows)

  1. Install chocolately

  2. Install ruby

    choco install ruby

  3. Install DevKit

    choco install ruby2.devkit

  4. Install bundler

    ruby install bundler

  5. Install dependencies

    bundle install

Edit

  1. Run the run script

Windows: > .\bin\run.ps1

Unix: $ .\bin\run.sh

  1. Open a browser to http://localhost:4000/
  2. Chnage files, reload page
0