https://github.com/CodyBontecou/blogflow
Tool to allow for crossposting your blog posts to sites like Medium, Hashnode, dev.to, and other social media sites.
https://github.com/CodyBontecou/blogflow
Last synced: 4 months ago
JSON representation
Tool to allow for crossposting your blog posts to sites like Medium, Hashnode, dev.to, and other social media sites.
- Host: GitHub
- URL: https://github.com/CodyBontecou/blogflow
- Owner: CodyBontecou
- Created: 2021-10-02T16:15:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T04:02:58.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:18:28.193Z (8 months ago)
- Language: Vue
- Size: 359 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CodyBontecou/blogflow - Tool to allow for crossposting your blog posts to sites like Medium, Hashnode, dev.to, and other social media sites. (Vue)
README
# blogflow
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).