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

AkshayBandi027/skateshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Skateshop13

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

It uses new technologies (server actions, 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

Installation

1. Clone the repository

git clone https://github.com/sadmann7/skateshop

2. Install dependencies

pnpm install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file.

4. Run the application

pnpm run dev

5. Push database

pnpm run db:push

6. Listen for stripe events

pnpm run stripe:listen

How do I deploy this?

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

License

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

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

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 91.2%
  • MDX 6.0%
  • JavaScript 2.2%
  • CSS 0.6%