Skip to content

An open source e-commerce skateshop build with everything new in Next.js 13.

License

Notifications You must be signed in to change notification settings

Nick777-Pixel/skateshop

This branch is up to date with sadmann7/skateshop:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e954d54 · Jul 15, 2024
Apr 13, 2024
Mar 8, 2024
May 26, 2024
May 27, 2024
Jul 15, 2024
Dec 7, 2023
May 12, 2024
May 12, 2024
Apr 10, 2024
Apr 10, 2024
Jul 3, 2023
Jul 7, 2023
Mar 3, 2024
Feb 8, 2024
Dec 15, 2023
Aug 20, 2023
Mar 9, 2024
May 26, 2024
May 22, 2024
Jul 15, 2024
Jul 15, 2024
May 3, 2023
Apr 11, 2024
Apr 11, 2024
Apr 26, 2024
Mar 3, 2024
Sep 18, 2023

Repository files navigation

This is an open source e-commerce skateshop build with everything new in Next.js 14. It is bootstrapped with create-t3-app.

Skateshop

Warning This project is still in development and is not ready for production use.

It uses new technologies (drizzle ORM) which are subject to change and may break your application.

Tech Stack

Features to be implemented

  • Authentication with Clerk
  • File uploads with uploadthing
  • Newsletter subscription with React Email and Resend
  • Blog using MDX and Contentlayer
  • ORM using Drizzle ORM
  • Database on PlanetScale
  • Validation with Zod
  • Storefront with products, categories, and subcategories
  • Seller and customer workflows
  • User subscriptions with Stripe
  • Checkout with Stripe Checkout
  • Admin dashboard with stores, products, orders, subscriptions, and payments

Running Locally

  1. Clone the repository

    git clone https://github.com/sadmann7/skateshop.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev
  5. Push the database schema

    pnpm run db:push
  6. Start the Stripe webhook listener

    pnpm run stripe:listen

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.

Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the contributing guide for more information.

Contributors

Thanks goes to these wonderful people for their contributions:

Made with contrib.rocks

License

Licensed under the MIT License. Check the LICENSE file for details.

About

An open source e-commerce skateshop build with everything new in Next.js 13.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • MDX 3.5%
  • Other 0.9%