Panic Panini Next.Js template
This is a Next.js + Tailwindcss project bootstrapped with create-next-app
.
Starter Next.Js theme template for your client (or yours 🎸) Rock'n'Roll band!
Getting Started
First, clone the repo
github.com/stefanogali/panic-panini-next.git
then install the dependencies with
npm install
then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000
with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
Please feel free to use/modify any parts of the code as you wish.