More Premium Hugo Themes Premium Tailwind Themes

Philippe.tedajo

My personal portfolio.

Philippe.tedajo

My personal portfolio.

Author Avatar Theme by philippetedajo
Github Stars Github Stars: 214
Last Commit Last Commit: Apr 18, 2023 -
First Commit Created: Aug 27, 2024 -
default image

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.