Assets for Venus Co. | Startup Studio | Spring 2017 π
To run this app locally you'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line, perform the following commands.
# Clone this repository
git clone https://github.com/fvcproductions/venus-co.git
# Go into the repository
cd venus-co
# Install dependencies & run the app
npm i && npm start
# Electron packager
npm i electron-packager --save-dev
npm i --save-dev electron
# Build Mac Packager
electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds
# Create DMG
cd app/release-builds/Mora-darwin-x64
create-dmg 'Mora.app'
Having trouble opening the DMG (allow apps to be downloaded from anywhere)?
sudo sptcl --master-disable
- Learn more about Electron and its API in the documentation.
Project for Startup Studio 2017.
Photos taken from AdoptUSKids.
To get started...
- π΄ Fork this repo here
- π¨ Hack away
- π₯ Add yourself as a contributor under credits
- π§ Make a pull request here
- π Get your pull request approved - success!
Or just create an issue - any little bit of help counts! π
- FVCproductions ππ«