GitXplorerGitXplorer
t

probot-begin

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
26485feb9b83af1de1a5cc3d4113354718b13ddd

deploy from localhost

ttcbyrd committed 6 years ago
Unverified
a7fd7337b95a904ab0d9c7ba6726a7119ff5945f

feat: add post /probot

ttcbyrd committed 6 years ago
Unverified
cad0db36e6081982fad25a41dc1d08f1567b4603

_ci: update .arc

ttcbyrd committed 6 years ago
Unverified
894871f6f117d3b2c21a4e9445fa3c7cd1d717d1

_ci: adds src/http/post-probot/package-lock.json

ttcbyrd committed 6 years ago
Unverified
fdbb379ce2f421f476901bb4c6795d00197dfcba

_ci: adds src/http/post-probot/package.json

ttcbyrd committed 6 years ago
Unverified
964f1a1045bcb22541271f1f201efd19512f3a7b

_ci: adds src/http/post-probot/index.js

ttcbyrd committed 6 years ago

README

The README file for this repository.

Hey, it's a Begin app! ✨

Getting started

  • First, initialize the repo + route deps: npm i && npx hydrate
    • Note: as routes are changed, re-run npx hydrate as often as you like to update and (re)install all routes' node_modules
  • To start a local dev server: npm start
  • To lint your code: npm run lint
  • To run your tests: npm t

Reference

  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more!