JSpreadsheets.com, a list of the best JavaScript data grids and spreadsheets.
git clone https://github.com/krzysztofspilka/JSpreadsheets.git
cd staticgen
bundle install
bundle exec middleman
if you have problems with building a project or you don't have (or want) to install required tools on your local machine you can use the prepared docker-compose.yml file.
Compile markdown files to HTML and bundle static files (it takes a while):
docker-compose -f docker/docker-compose.yml build
Run local server (http://localhost:8080):
docker-compose -f docker/docker-compose.yml up
This project is licensed under the MIT license.