Welcome to the Resume Builder project! This application helps users create professional resumes easily and efficiently. Built with Next.js, Tailwind CSS, and ShadCN, it integrates MongoDB for data storage and uses Kinde.auth for user authentication.
Make sure you have the following installed:
Clone the repository:
git clone https://github.com/FaisalMisbah23/Resume-Builder-Next.js.git
cd Resume-Builder-Next.js
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.
### Building for Production
To create a production build, run:
```bash
npm run buildBuilding for Production
The easiest way to deploy your Next.js app is to use the Vercel Platform. Check out the Next.js deployment documentation for more details.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made by FaisalMisbah23