0.1.7 • Published 1 year ago
@rotarsebastian/inhale v0.1.7
@rotarsebastian/inhale
A Next.js application with Tailwind CSS integration.
Features
- 🎨 Built with Next.js 15 and Tailwind CSS
- 🚀 Modern and responsive design
- 🌗 Dark mode support
- 📦 Easy to integrate
Installation
npm install @rotarsebastian/inhaleUsage
import { Home } from '@rotarsebastian/inhale';
export default function YourPage() {
return (
<div>
<Home />
</div>
);
}Development
To start the development server:
npm run devAvailable Scripts
npm run dev- Start development servernpm run build- Build the packagenpm run test- Run testsnpm run lint- Run linting
Version Management
To create a new version:
npm run version:patch # For bug fixes (0.1.0 → 0.1.1)
npm run version:minor # For new features (0.1.0 → 0.2.0)
npm run version:major # For breaking changes (0.1.0 → 1.0.0)Requirements
- Node.js >= 18.18.0
- React >= 19.0.0
- Next.js >= 15.2.2
License
MIT
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.