DEV Community

swyx
swyx

Posted on • Updated on

Make your own Dev.to CMS livestream - Part 4

This is day 4 of my livecode Dev.to CMS.

Source: https://github.com/sw-yx/dev-to-cms
Demo: https://dev-to-cms.now.sh

Things covered

  • [x] Redirect to edit after posting
  • [x] Markdown preview with toggles
  • [x] Async status -> nicer UX when clicking submit

Video

Here is the YouTube livestream (3 hours).

Dev.To embed:

Today we fixed some bugs in the codebase and found new ones!

Catch up on the Dev.to CMS LiveStream!

Top comments (2)

Collapse
 
quowtf profile image
Roberto Esteban

Hi swyx, what is that alias 'gadmit' you use to commit your changes stands for?

Collapse
 
quowtf profile image
Roberto Esteban

Found it 😬
gist.github.com/sw-yx/7fa1009e460e...

alias gadmit="git add . && git commit -m"