manosim / builtwithelectron

Where awesome - made with electron - apps meet

Home Page:http://www.builtwithelectron.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With Electron Build Status

www.builtwithelectron.com: Where awesome - made with electron - apps meet.

Prerequisites

  • Postgres Database: bwedb
  • Python 3 (brew install python3)
  • Django
  • Django Rest Framework
  • React

Setup (Development)

There is a build script, that will do all the work for you. Just run:

scripts/build

Development commands

There are several helper methods to run the project locally:

# Build the project
./scripts/build

# Run migrate
./scripts/migrate

# Run the server
./scripts/runserver

# Bring the Django shell
./scripts/shell

# Run other commands using the environment - ./scripts/run echo "Hello Oleous!"
./scripts/run

Tests

scripts/runtests

About

Where awesome - made with electron - apps meet

http://www.builtwithelectron.com/


Languages

Language:Python 39.9%Language:HTML 28.3%Language:JavaScript 16.2%Language:CSS 14.4%Language:Shell 1.2%