despairblue / featuritis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Featuritis (terrible name and needs to change)

Master - Release

Download

Check out the latest master workflow run. It has artifacts for Windows, Linux and Mac OS attached.

Local Setup

You need Esy, you can install the beta using npm:

% npm install -g esy@latest

NOTE: Make sure esy --version returns at least 0.5.4 for this project to build.

Then run the esy command from this project root to install and build dependencies.

% esy

Development Flow

  1. Open 2 Terminals

  2. Terminal 1

    esy dev:watch
  3. Terminal 2

    • Fish

      while true; esy install && esy x App || sleep 1; end
    • Bash

      while true; do esy install && esy x App || sleep 1; done
  4. Open any editor, change and save code.

  5. When ever you want to reload the app. Just close it. It will open again.

About

License:MIT License


Languages

Language:Reason 94.0%Language:C++ 4.9%Language:JavaScript 1.1%