diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..55b922e8 --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file diff --git a/README.md b/README.md index 4298e1e6..ae2958c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Coder +# Fork of "Coder" +## This is the original stuff + ## A simple way to make web stuff on Raspberry Pi Coder is a free piece of software that turns a Raspberry Pi into a super simple platform that educators and parents can use to teach the basics of building for the web. New coders can craft small projects in HTML, CSS, and Javascript, right from the web browser. @@ -22,5 +24,12 @@ Utility for transfering the coder image to an SD Card #### findcoder-appengine EXPERIMENTAL: A status server that can be run to help locate multiple Coder devices in a classroom scenario - +## This is my thing +I forked this because I figured it would be good for building on for something else, maybe to add on, you never really know. :smirk: + +### What I want to do + +1. Add server-side code bits +2. Make it able to support multiple coder devices on a network +3. I had something, but I forgot. Will put that here