From f43dbcc1d6f7233a1cbd77af166088a3f6fc1d37 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Thu, 29 Jun 2017 20:37:26 +0200 Subject: [PATCH] simplify developer onboarding --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e9f2367..542215e 100644 --- a/README.md +++ b/README.md @@ -124,18 +124,13 @@ ScienceFair also follows a few simple design principles that we feel are missing ## development -This project uses node `v7`, ideally the latest version. It also uses the two-`package.json` structure ([what??](https://github.com/electron-userland/electron-builder/wiki/Two-package.json-Structure)). +This project uses node `v7`, ideally the [latest version](https://nodejs.org/dist/latest-v7.x/). It also uses the two-`package.json` structure ([what??](https://github.com/electron-userland/electron-builder/wiki/Two-package.json-Structure)). -To get a local copy working: - -Clone this repo, then run +To get a local copy working, clone this repo, then run - `npm install` to install dev dependencies - `cd app && npm install && npm run rebuild` to install regular dependencies - -cd back to the root of the repo and run - -- `npm run dev` to start in development mode +- `cd .. && npm run dev` to start in development mode ## roadmap