Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (30 loc) · 833 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 833 Bytes

electronforge.io

This is the React App that powers https://beta.electronforge.io

To run

  • You'll need to have git and node installed in your system.
git clone https://github.com/marshallofsound/electronforge.io.git
  • Then install the dependencies:
yarn
  • Run development server:
yarn start
yarn dev

Open the web browser to http://localhost:8888/

To build the production package

yarn build

Deployment

Currently we deploy this site with now

now --alias beta.electronforge.io

NOTE: This will only work on a device with an access token granting permission to deploy to our domain.