You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"version":3,"sources":["webpack:///./src/pages/getting-started.js"],"names":["GettingStartedPage","title","fluid","md","className"],"mappings":"2FAAA,4FA8BeA,UAzBY,kBACzB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,sCACX,kBAAC,IAAD,CAAWC,OAAK,GACd,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,GAAI,IACT,kBAAC,IAAD,KACE,8CACA,uBAAGC,UAAU,QAAb,4IAIA,+BAGJ,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKD,GAAI,IACT,kBAAC,IAAD,KACE","file":"component---src-pages-getting-started-js-a00102d651d2bb274516.js","sourcesContent":["import React from \"react\";\nimport { Col, Row, Card, Nav, Container } from \"react-bootstrap\";\nimport Layout from \"../components/layout\";\nimport SEO from \"../components/seo\";\n\nconst GettingStartedPage = () => (\n <Layout>\n <SEO title=\"Getting started building a Kegbot\" />\n <Container fluid>\n <Row>\n <Col md={3}></Col>\n <Col>\n <h1>Build a Kegbot</h1>\n <p className=\"lead\">\n This page will get you going build a Kegbot. We'll start by getting\n the software working, then give you pointers for the hardware build.\n </p>\n <hr />\n </Col>\n </Row>\n <Row>\n <Col md={3}></Col>\n <Col>\n <p>Coming soon</p>\n </Col>\n </Row>\n </Container>\n </Layout>\n);\n\nexport default GettingStartedPage;\n"],"sourceRoot":""}