samhstn / markdowntables

Home Page:https://markdowntables.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Create, Edit and Format your markdown tables.

Similar to these projects:

... but much better.

Running app locally

git clone git@github.com:samhstn/markdowntables.git && cd markdowntables
npm install
npm start

Running app in production

We have configured travis to automatically deploy to gh-pages branch.

To set this up, we simply need to generate a new token with a repo scope in our github developer settings.

Then add this token as an environment variable called GITHUB_TOKEN in our travis settings.

Every change to our master branch will trigger a new deploy to our gh-pages url.

A useful script to wait for gh-pages to be deployed is:

until [ "$(curl -s https://samhstn.github.io/markdowntables/version)" = "$(git rev-parse HEAD)" ];do
  printf "."
  sleep 5
done

AWS Setup

Checkout the infra documentation for guidance.

About

https://markdowntables.com


Languages

Language:Elm 85.1%Language:CSS 8.2%Language:Shell 4.2%Language:HTML 2.0%Language:JavaScript 0.5%