⚠️ Deprecated: This project has been deprecated. Please installspectacle-cli
and usespectacle-boilerplate
to generate your presentations with ease!
First, install spectacle-cli
:
$ npm install -g spectacle-cli
ℹ️ Note: If you would like to avoid a global install, you can use
npx -p spectacle-cli spectacle-boilerplate
in the place of thespectacle-boilerplate
command below.
Then generate a new boilerplate Spectacle project!
$ spectacle-boilerplate
# ... or with options! ...
$ spectacle-boilerplate \
--mode "js" \
--name "deck-o-awesomeness" \
--description "My fantastic Spectacle presentation" \
--dir "PATH/TO/NEW/DECK/DIRECTORY"
# Check out the full usage
$ spectacle-boilerplate -h
See the boilerplate guide for full instructions. As a quick starter:
# Install your dependencies
$ yarn
# Start development server at localhost:8080
$ yarn start
# Create a production build for publishing
$ yarn build