Skip to content

Instantly share code, notes, and snippets.

@samandera
Forked from stevekinney/fem-setup.md
Last active June 17, 2017 12:49
Show Gist options
  • Save samandera/1c7d394e75d90ffdfdc22a0fc020fcdf to your computer and use it in GitHub Desktop.
Save samandera/1c7d394e75d90ffdfdc22a0fc020fcdf to your computer and use it in GitHub Desktop.

Revisions

  1. samandera renamed this gist Jun 17, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. samandera revised this gist Jun 17, 2017. No changes.
  3. @stevekinney stevekinney created this gist Nov 14, 2016.
    9 changes: 9 additions & 0 deletions fem-setup.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    Participants should have a recent version of Node.js installed on their system (preferably the latest LTS version, which is 6.9.1 as of this writing—but anything from 0.10 on should work). Participants should clone the following repositories and run `npm install` in each of them prior to the start of the workshop.

    - [Bookmarker](https://github.com/stevekinney/fem-bookmarker)
    - [Fire Sale](https://github.com/stevekinney/fem-firesale)
    - [Clipmaster 9000](https://github.com/stevekinney/clipmaster-9000-tutorial)

    Optional: It might be helpful to install Electron globally so that you can use it from the command line in case there are any issues with any of the dependencies in the project above. You can install this through `npm install -g electron`.

    Finally, debugging the main process is easiest using Visual Studio Code, which is available for all platforms (Windows, Linux, and macOS). This is not a hard requirement, but helpful if you'd like to follow along for that small segment of the workshop.