This project consists of interactive slides to learn about the command line.
To work with this project, follow the steps below.
Before running any process, install the necessary dependencies:
npm install
This will download all the required packages to view and modify the slides correctly.
To generate the optimized version of the slides for production, run:
npm run build
This will create a dist/
folder with the necessary files to view the slides in a browser.
If dist/
is not generated correctly, check the terminal logs and ensure that webpack.config.js
is configured correctly.
If you want to view the slides locally before deploying them, use:
npm run start
This will start a local server that will allow you to view the slides in the browser.
To publish the slides on GitHub Pages, run:
npm run deploy