Philippe.tedajo screenshot

Philippe.tedajo

Author Avatar Theme by Philippetedajo
Updated: 18 Apr 2023
214 Stars

My personal portfolio.

Categories

Overview

The content outlines the steps required to use a development server and build for production.

Features

  • Development Server: Run the development server to preview the theme.
  • Building for Production: Guidelines on preparing the theme for production use.

Installation

To run the development server, use the command:

npm start

For building the theme for production, execute the following command:

npm run build

Summary

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.