My personal portfolio.
The content outlines the steps required to use a development server and build for production.
To run the development server, use the command:
npm start
For building the theme for production, execute the following command:
npm run build
The content provides a concise guide on setting up and using a development server for a theme as well as building the theme for production. The instructions are clear and straightforward, making the process easy to follow.