Commit is a Tailwind UI site template built using Tailwind CSS and Next.js.
To get started, first install dependencies via npm:
npm installNext, create a .env file in the root of your project and set the NEXT_PUBLIC_FIREBASE environment variables:
NEXT_PUBLIC_FIREBASE_API_KEY=example
Then start the development server:
npm run devFinally, open http://localhost:3000 in your browser to view the website.
The template is built as a pretty standard Next.js website, but using the src folder so things like the app directory are located at ./src/app instead of being top-level.
You can update your site's metadata in ./src/app/layout.jsx.
The main hero section for the site that includes your logo, headline, description, and links are all located in ./src/components/Intro.jsx.
This site template is a commercial product and is licensed under the Tailwind UI license.
To learn more about the technologies used in this site template, see the following resources:
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation
- Motion One - the official Motion One documentation
- MDX - the official MDX documentation