From 039134727bbe531a855d5f85d398556ac9fc95b1 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 10 Oct 2016 16:44:23 +0100 Subject: [PATCH] Implement README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..02b59e7f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Joyent Dashboard + +## Project Management + +This project is using [Github Projects](https://www.youtube.com/watch?v=C6MGKHkNtxU) for organisation and development of the Joyent Dashboard. + +## Repository Layout + +Currently we are using this repository as a monolithic catch-all for all project communication, development and designs. +We will also include multiple PoC's of various bits of functionality from UI's prototypes to API development. + +``` +. +└── triton-graphql +``` + +### triton-graphql + +An implementation of the triton API's in GraphQL.