Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 740 Bytes

Contributing to Slide-Deck

Issues, feedback, feature requests, and contributions are all welcome! Participation is subject to the OddBird code of conduct.

Demo page

The index.html page is published to https://slide-deck.netlify.app.

To start a local server for testing, run:

# command line
npm run serve

Then go to http://localhost:6000/ in a web browser.

If localias is configured and running, add an alias for this project:

localias set slide-deck.local 6000

This will allow you to visit the project at https://slide-deck.local.