Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

A test of light and dark theme with Next.js theme (saved to local storage) and tailwind's postcss

Notifications You must be signed in to change notification settings

khianvictorycalderon/next-theme

Repository files navigation

Next Theme

Testing of light and dark theme with Next.js + Tailwind CSS

Previews

Light Theme Preview Dark Theme Preview

To run this project:

  1. Clone this repository git clone https://github.com/khianvictorycalderon/next-theme.git
  2. Run npm install
  3. Run npm run dev

Dependencies & Configuration

The following is a list of installed dependencies and configuration settings used in this project. You don’t need to install anything manually, as all dependencies are already managed through package.json. This section is provided for reference only, to give you insight into how the project was set up.

Dependencies

  • npm install next-themes