From c87a3ce5716230418f406cd64e257404feaac023 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 27 Aug 2018 15:29:57 -0700 Subject: [PATCH] Add some directions to the README (#5) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 827c8e8cd..360b92360 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -Work in progress with improved documentation and main website for Juniper. \ No newline at end of file +Work in progress with improved documentation and main website for Juniper. + +## Requirements + +- Node.js +- `yarn` + +## Contributing + +- Run `yarn build` to build your changes. +- Run `yarn serve` to view your changes. +- Run `yarn test` to test your changes.