Skip to content

Latest commit

 

History

History
executable file
·
53 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
53 lines (35 loc) · 1.16 KB

Archaic Horizon

Archaic Horizon is an electronic music netlabel, formed to promote and distribute the work of independent musicians. Built as a universal/isomorphic Node.js app with React and Fluxible.

Dependencies

Primary dependencies
Build tools
Demo

[Add Staging Link]

Getting Started

1. Install gulp globally:
$ npm install --global gulp
2. Install project dependencies:
$ npm install
3. Run gulp

Start a local dev environment:

$ gulp

Generate a production build:

$ gulp production