Backend sidekick for blogdown
Backend agent for BlogDown
Please ★ this repo if you found it useful ★ ★ ★
Install dependencies and initialize project
git clone git@github.com:thingdown/blogagent.git
cd blogagent && npm install
Start the database
npm run data
In another terminal start trailblazer
npm start
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 |
Submit an issue
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!
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
Jam Risser © 2017
0.0.1 (2017-08-20)