# react-blog **Repository Path**: mirrors_svenanders/react-blog ## Basic Information - **Project Name**: react-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This project is now __deprecated__. It will not be updated nor worked on in the future. The project that replaces it is here: [robbestad.com at github](https://github.com/svenanders/robbestad.com) -------------------- ### Procedure Updated blog platform Check out [the result](http://robbestad.herokuapp.com/) ## Build Clone the repo. **npm install** ## Workflow Do all your work in 'src'. Monitor & build by executing **gulp**. Distribute the 'dist' folder ## Deploy on Heroku Add the following buildpack (if not previously added): heroku config:set BUILDPACK_URL=https://github.com/CHH/heroku-buildpack-php Deploy the 'dist' folder: git subtree push --prefix dist heroku master Or easier still: gulp heroku