Skip to content

StefanSmile/next-date

Repository files navigation

Commit

Commit is a Tailwind UI site template built using Tailwind CSS and Next.js.

Getting started

To get started, first install dependencies via npm:

npm install

Next, 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 dev

Finally, open http://localhost:3000 in your browser to view the website.

Project structure

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.

Title and metadata

You can update your site's metadata in ./src/app/layout.jsx.

Hero content

The main hero section for the site that includes your logo, headline, description, and links are all located in ./src/components/Intro.jsx.

License

This site template is a commercial product and is licensed under the Tailwind UI license.

Learn more

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published