andresmoschini / accelerate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a boilerplate to kickstart with a remarkjs presentation

  • Download this repository
  • Download latest remarkjs
mkdir -p remark && \
wget https://gnab.github.io/remark/downloads/remark-latest.min.js -O remark/remark-latest.min.js
  • Edit markdown/presentation.md

  • Start a http server with this directory as DocumentRoot

    • Using npx you can run the script without installing it first:

      npx http-server .

  • Open you browser and have a nice presentation

About


Languages

Language:CSS 83.6%Language:HTML 16.4%