Made with ❤️ and Spectacle.
- Run
yarn install
(ornpm install
orpnpm install
) to install dependencies. - Run
yarn start
(ornpm start
orpnpm start
) to start the presentation. - Edit `index.tsx to add your presentation content.
To build your presentation for a production deploy, run yarn build
(or npm build
or pnpm build
).
The build artifacts will be placed in the dist
directory. If you'd like to change this location, edit output.path
in webpack.config.js
.