Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JJozef authored Apr 6, 2024
1 parent f8cd165 commit 34c5ba1
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<div align="center">

![zway.app logo.](https://nextjs-shadcn-template.vercel.app/favicon.ico)

<h1 align="center" id="title">Nextjs &amp; shadcn Template</h1>
<p>
Template is designed to provide you with a solid foundation for your web development projects. With Next.js powering your React applications and Shadcn offering sleek UI components you can jumpstart your projects with ease.
</p>
</div>

<div align="center">
<img width="700" height="500" src="https://nextjs-shadcn-template.vercel.app/og.png" alt="Nextjs &amp; shadcn Template features." />

</div>

### 🛠️ **Stack**

- Next.js 14.
- Tailwind CSS.
- **Components**: [shadcn/ui](https://ui.shadcn.com)

### **Features**

- Prettier & Eslint.
- Github Actions.
- Husky.
- [Bun](https://bun.sh)

### **Possible Errors**
<details>
<summary><b>Github Actions</b></summary>

- If you push a commit and it shows "... ❌", here is the fix

- #### 1. Settings
![first](https://github.com/JJozef/nextjs-shadcn-template/assets/101532359/771a3084-284d-4f65-b55d-36601e4ee1f8)

- #### 2. Actions - General
![second](https://github.com/JJozef/nextjs-shadcn-template/assets/101532359/4e54b826-7a86-4523-a48c-a3ec921594e7)

- #### 3. Workflow Permissions
![three](https://github.com/JJozef/nextjs-shadcn-template/assets/101532359/3904d21d-4852-4cf2-bf63-06c4c58f022e)

</details>

### 🚀 **Contribute**

1. Fork the repository.
2. Clone the repository.
3. Install [Bun](https://bun.sh) if you haven't already.
4. Run `bun i` to install the dependencies.
5. Run `bun dev` to start the development server.
6. Open `http://localhost:3000` to view it in the browser.
7. Make your changes and open a pull request.

0 comments on commit 34c5ba1

Please sign in to comment.