https://github.com/devsaifur/the-next-store
The frontend for the The Next Store.
https://github.com/devsaifur/the-next-store
Last synced: over 1 year ago
JSON representation
The frontend for the The Next Store.
- Host: GitHub
- URL: https://github.com/devsaifur/the-next-store
- Owner: devSaifur
- Created: 2024-03-06T17:54:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T21:06:51.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:20:40.787Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://the-next-shop-store.vercel.app
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [The Next Shop](https://the-next-shop-store.vercel.app/)
This is an e-commerce store front build with Next.js 14. It is bootstrapped with `create next-app`.
Checkout the Admin dashboard repository: https://github.com/devSaifur/the-next-dashboard
[](the-next-shop-store.vercel.app/)
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [HeadlessUI](https://headlessui.com/)
- **Payments infrastructure:** [Stripe](https://stripe.com)
## Running Locally
1. Clone the repository
```bash
git clone https://github.com/devSaifur/the-next-store.git
```
2. Install dependencies using pnpm
```bash
pnpm install
```
3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```
4. Start the development server
```bash
pnpm run dev
```