项目作者: clayrisser

项目描述 :
Backend sidekick for blogdown
高级语言: JavaScript
项目地址: git://github.com/clayrisser/backagent.git
创建时间: 2017-02-25T06:29:18Z
项目社区:https://github.com/clayrisser/backagent

开源协议:MIT License

下载


blogagent Alpha

Backend agent for BlogDown

Please ★ this repo if you found it useful ★ ★ ★

Features

  • Sync git with blogdown

Setup

  1. Install dependencies and initialize project

    1. git clone git@github.com:thingdown/blogagent.git
    2. cd blogagent && npm install
  2. Start the database

    1. npm run data
  3. In another terminal start trailblazer

    1. npm start

Dependencies

Usage

Scripts

Command Description
npm start Start the development server
npm run data Run the database
npm run lint Lint the code
npm run test Test the code
npm run build Build the docker container
npm run run Run the docker container
npm run ssh SSH into the docker container
npm run essh SSH into the running docker container
npm run push Push the docker container

Support

Submit an issue

Buy Me Coffee

A ridiculous amount of coffee was consumed in the process of building this project.

Add some fuel at coffee.jamrizzi.com if you’d like to keep me going!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Jam Risser © 2017

Credits

Changelog

0.0.1 (2017-08-20)

  • Initial release