This is the code repository for the CivicMakers knowledge sharing experiment.
GNU General Public License v3.0
4
stars
9
forks
source link
CivicMakers aims to accelerate the capacity for communities, organizations and institutions to rapidly deploy collaborative solutions by growing a network of people, resources and recipes for public good projects. This is a prototype of a knowledge-sharing platform to the civic innovation community.
Front-end client
dependencies
XCode (necessary for Mac)
Node/npm
for Mac via Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
npm install -g npm
for Mac or Linux via NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install 0.10
nvm alias default 0.10
echo "export NVM_DIR="$HOME/.nvm" >> $HOME/.bashrc && echo [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" >> $HOME/.bashrc
(optional)
Ruby/Sass
Linux (Ubuntu):
sudo apt-get install ruby
git clone https://github.com/rubygems/rubygems.git && cd rubygems && sudo ruby setup.rb
sudo gem install sass
Mac:
git clone https://github.com/rubygems/rubygems.git && cd rubygems && sudo ruby setup.rb
sudo gem install sass
How to run client locally: