AgileVentures / agile-ventures-website-react-front-end

React Front End for the AgileVentures site
4 stars 13 forks source link

Import static pages from Github api #46

Open mattwr18 opened 5 years ago

mattwr18 commented 5 years ago

we need to bring in the site's static pages from the github api and convert them to html

helpful links: https://github.com/octokit/rest.js/ https://octokit.github.io/rest.js/#api-Repos-getContents https://github.com/rexxars/react-markdown

mattwr18 commented 5 years ago

talking to @tansaku today in the Martin Fowler Scrum, we can just expose StaticPages api since we already have a nightly job, making this much easier to implement

FedericoEsparza commented 5 years ago

@mattwr18 I agree, exposing a StaticPages API is a more reliable and easier route. We are once again guided in the right direction by @tansaku 🙂