electron-forge / electronforge.io

DEPRECATED: Website for Electron Forge v5

Home Page:https://electronforge.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DEPRECATED: Website for Electron Forge v5

https://electronforge.io

License:MIT License


Languages

Language:JavaScript 88.1%Language:CSS 10.0%Language:HTML 1.9%