This is an open source e-commerce skateshop build with everything new in Next.js 13. It is bootstrapped with create-t3-app
.
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.
git clone https://github.com/sadmann7/skateshop
pnpm install
.env
fileCreate a .env
file in the root directory and add the environment variables as shown in the .env.example
file.
pnpm run dev
pnpm run db:push
pnpm run stripe:listen
Follow the deployment guides for Vercel, Netlify and Docker for more information.
Licensed under the MIT License. Check the LICENSE file for details.
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.
Made with contrib.rocks