| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
eCommWar.com, a leaderboard of top open-source e-commerce platforms.
Missing an e-commerce platform here? Just fork the repo and add your platform as a <name>.md in the source/projects folder.
Make sure to follow the following rules:
sudo apt install ruby-bundler ruby-dev
Check whether ruby could compile native extensions.
middleman depends on nokogiri which needs to compile native extension.
eCommWar is built with Middleman. To install and run locally:
git clone https://github.com/eCommWar/eCommWar.git
cd eCommWar
bundle install --path vendor/bundle
bundle exec middleman
You'll run into GitHub's API limits very quickly if you just do this. To avoid this we recommend you create a Github API token with permissions to access public repositories and Gist.
Then create a Gist with a single file data.json with an empty javascript object literal as content: {}
Then set these environment variables before running middleman:
export GITHUB_TOKEN=YOUR_TOKEN
export GIST_ID=ID_OF_YOUR_GIST
Then middleman will use the Gist you specified to archive stats (stars, forks and issues) for the repositories.
This project is licensed under the MIT license.
| Back | FazBrowse Home | New Git URL |