Skip to content

clayrisser/backagent

Repository files navigation

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
git clone git@github.com:thingdown/blogagent.git
cd blogagent && npm install
  1. Start the database
npm run data
  1. In another terminal start trailblazer
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

Releases

No releases published

Packages

No packages published

Languages