Time to read: 2 min read
Hello there, Have you ever wish to have all the dev.to posts under your own domain. It's time to achieve this. I have created an open source project as dev.to client application. So, that you can easily setup as your own. And it's highly configurable.
Fork this repository Github Repo (opens new window)
Clone it from your fork
Open user-config.json
file and update according to your blog configuration. i.e:
$ npm install
$ npm run serve
Also you can try with the docker.
Docker Hub: Here (opens new window)
sudo docker build -t iashraful/dev.to-client .
sudo docker run -it -p 5000:80 --rm --name dev.to-client iashraful/dev.to-client
$ npm install
$ npm run build
dist/
directory./index.html
.
Because this app handles routing with Vue Router (opens new window).Happy Blogging 😃