Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 813 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 813 Bytes

Theme Setup and Management Guide

This guide provides instructions for setting up the maxima theme.

Table of Contents

  1. Project Setup
  2. Updating a Theme

Project Setup

To get started with the project, follow these steps:

  1. Fork the maxima repository:

    git clone <your forked github repo url>
  2. Go to folder maxima

    cd maxima
  3. Install this theme

    /bin/bash install-theme.sh

Updating a Theme

If you made any changes to your theme make sure to update it.

  1. To update the theme, go to maxima folder

    cd maxima
  2. Run the following command.

    /bin/bash update-theme.sh

NOTE - DO NOT MANUALLY UPDATE ANY FILE IN THEMES FOLDER MANUALLY