This is a basic starter template for a Next.js 13 project using Tailwind CSS and dark mode. It includes a toggle button that allows the user to switch between light and dark mode, powered by the next-themes
library.
To get started with this project, you can follow these steps:
- Clone the repository to your local machine.
- Run
pnpm install
to install the dependencies. - Run
pnpm run dev
to start the development server.
This will start the Next.js development server and you should be able to access the app by visiting http://localhost:3000
in your browser.
This starter template includes the following features:
- Next.js 13
- Tailwind CSS
- Dark mode with
next-themes
pnpm
for package managementuse-sound
A React Hook for Sound Effects- Basic file structure for a Next.js project
- Customizable
tailwind.config.js
file
Feel free to modify or remove any of these features as needed to fit your project requirements.
To use this starter template for your own project, you can follow these steps:
- Fork the repository or download the source code.
- Customize the project as needed by modifying the files in the
app
andcomponents
directories. - Update the
README.md
file and any other files as needed for your project.
This starter template was created by Vadim Ghedreutan and is released under the MIT License.
This project is licensed under the MIT License.