This section will guide you through the initial setup process of the Glint Admin Theme. Make sure you meet the basic requirements before starting, and install all necessary dependencies to ensure smooth development.
Before working with this theme, please ensure that your environment meets the following requirements:
The theme is built with modern tools and libraries. The following dependencies are required:
All dependencies will be installed automatically when you run
npm install or yarn install.
Follow these simple steps to get the theme running in development mode:
# Navigate to folder
cd glint-starter
# Install dependencies
npm install
# Start development server
npm run dev
npm install,
you can try using one of the following commands:
npm install --forcenpm install --legacy-peer-depsTo create an optimized build for production, run the following command:
# Create production build npm run build
This will generate a dist/ folder containing the compiled and optimized files.
You can deploy the contents of this folder to your hosting or server.