Issues, feedback, feature requests, and contributions are all welcome! Participation is subject to the OddBird code of conduct.
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.