This is the React App that powers https://beta.electronforge.io
git clone https://github.com/marshallofsound/electronforge.io.git
- Then install the dependencies:
yarn
- Run development server:
yarn start
- Or you can run development server with webpack-dashboard:
yarn dev
Open the web browser to http://localhost:8888/
yarn build
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.