Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.33 KB

hack fsu banner

HackFSU Feather Codes

Build Status MPL 2.0 Made with love

To facilitate the interaction with our hackers, judges, mentors, and volunteers at HackFSU, we devise a custom barcode-like visual data encoding system based on our logo, compatible with existing Code128 barcode scanners.

Contributing

See our guidelines for contributing at CONTRIBUTING.md and get started!

Quickstart

Clone this repository to get started!

git clone https://github.com/hackfsu/feather-code.git && cd feather-code

Then run the tests to make sure verything went well with

cargo test

If you don't have the rust toolchain installed, run this command (on a Unix system):

curl https://sh.rustup.rs -sSf | sh