Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.95 KB

File metadata and controls

50 lines (30 loc) · 1.95 KB

SMART Data Collection for Sensor Networks

Create a Slack Account with us

This repository generates the corresponding lesson website from The Carpentries repertoire of lessons.

Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarize yourself with our Contribution Guide and have a look at the more detailed guidelines on proper formatting, ways to render the lesson locally, and even how to write new episodes.

Please see the current list of issues for ideas for contributing to this repository. For making your contribution, we use the GitHub flow, which is nicely explained in the chapter Contributing to a Project in Pro Git by Scott Chacon. Look for the tag good_first_issue. This indicates that the maintainers will welcome a pull request fixing this issue.

Maintainer(s)

Current maintainers of this lesson are

  • Jared McLean
  • Michael Dodge

Authors

A list of contributors to the lesson can be found in AUTHORS

Citation

To cite this lesson, please consult with CITATION

Testing

In a bash terminal run

export PATH="$HOME/.gem/ruby/2.5.0/bin:$PATH"
make serve

This will build the project and start a local server for testing. A URL (default http://127.0.0.1:4000) will be provided for connecting to the server.