Skip to content
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.
/ venus-co Public archive

Assets for Venus Co. | Startup Studio πŸ’•

License

Notifications You must be signed in to change notification settings

FrancesCoronel/venus-co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

venus-co

Github Issues GitHub  Pull-Requests MIT License Donate via PayPal

Assets for Venus Co. | Startup Studio | Spring 2017 πŸ’•

Logo

Installation

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

Usage

Project for Startup Studio 2017.

Photos taken from AdoptUSKids.

Contributing

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! 😊

Credits