Skip to content

okTurtles/groupincome.org-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupIncome.org Website

Visit groupincome.org

Summary

A group income (n) is a fair income sharing mechanism that allows groups to provide their members with a basic income. To provide a basic income to its members, a group will need:

  1. sufficient monetizeable value
  2. the right mindset

More Info

Contributing

This project uses Hexo to generate the HTML from the index.md files inside /source! So if you want to translate or update this webpage, __please focus on index.md.

Make sure to work in a named branch. See CONTRIBUTING.md for details.

Getting started

If you haven't already, you'll need to install Hexo. Some optional dependencies were causing a "Module version mismatch" error, so we recommend using the --no-optional tag and --save-ing that preference to hexo's package.json:

npm install hexo -g --no-optional --save

Clone the website repo & install dependencies:

$ git clone https://github.com/okTurtles/groupincome.org.git
$ cd groupincome.org/
$ npm install

To generate static files from /source:

$ hexo generate

To run the Hexo server:

$ hexo server

The Hexo server will watch for file changes/additions and update automatically, so it's not necessary to restart the server to see most changes. However, if you install or update Hexo plugins or make changes to either _config.yml file, you'll need to restart the server to see the changes.

Contributors