Skip to content

renters-union-nashville/health

Repository files navigation

Nashville Tenant Union - Health Module

Open in Visual Studio Code

See published slide deck

How to write

For Marp slide deck features, please see the documentation of Marpit Markdown, the features of Marp Core, and the default example in PITCHME.md for .

You have to install Node.js and run npm i at first if you want to write slide deck with [Marp CLI].

Edit deck

Just edit PITCHME.md!

Preview deck

Marp for VS Code extension is the best partner for writing Marp slide deck with live preview.

You can try edit and preview on the web now! Open https://github.dev/nashville-tenants-union/health/blob/main/PITCHME.md or hit . key on this repository, and install Marp for VS Code extension.

Preview via CLI

npm run start

It will be opened preview window via installed Google Chrome, and track change of PITCHME.md.

Assets and themes

  • assets directory can put your assets for using in the deck. (e.g. Image resources)
  • themes directory can put custom theme CSS. To use in the deck, please change theme global directive.

Build deck via CLI

npm run build

The built assets will output to public folder.

Build per assets

npm run deck      # Output static HTML to public/index.html
npm run og-image  # Output image for Open Graph to public/og-image.jpg

LICENSE

WTFPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published