Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

blocosapp/blocos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocos

CircleCI JavaScript Style Guide

Blocos is a decentralized crowdfunding application. It is built on top of the Blockstack infrastructure, and it's enabled financially by the bitcoin blockchain. Its goal is to allow independent peer-to-peer financial arrangements in an all-or-nothing funding manner.

Build

To develop:

  1. Start webpack-dev-server:
make build-client-watch
  1. Build server:
make build-server
  1. Run server:
cd server && bin/www

To run the project:

  1. Build client-side assets:
NODE_ENV=production make build-client
  1. Build server:
NODE_ENV=production make build-server
  1. Run server:
cd server && HOST=http://localhost:8000 bin/www

Warning

This project is under intense discovery process. Don't mind the mess. Soon everything will make sense. :)

Contributions

I'm looking for a partner in this project. If for any reason you'd be interested, drop me a line! :)