Backend agent for BlogDown
Please ★ this repo if you found it useful ★ ★ ★
- Sync git with blogdown
- 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!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Jam Risser © 2017
- Jam Risser - Author
- Built with TrailsJS
- Loosly based on SailsJS
0.0.1 (2017-08-20)
- Initial release