Skip to content

Latest commit

 

History

History
120 lines (104 loc) · 3.5 KB

README.md

File metadata and controls

120 lines (104 loc) · 3.5 KB
picture of my store

Powered by E-commerce Admin.

E-commerce store number of stargazers E-commerce store number of issues E-commerce store license E-commerce store last commit time E-commerce store num of bytes

Built with

typescript - postcss - eslint - prettier - tailwind - vercel - nextjs13 - cloudinary - clerk - prisma

Support me!

Or leave a ⭐

Features

  • Search through a stores categories and products
  • Filter items by their attributes
  • Add items to your cart

Setup

  1. If not already done, set up E-commerce Admin.

  2. Clone this project

git clone ...
  1. Install Dependencies
npm install
  1. Generate your dotenv file. Follow the instructions in the file to get the env variables.
cp .env.example .env
  1. If not already running, start the Admin: E-commerce Admin
npm run dev
  1. Start the frontend (this project)
npm run dev

Available commands

command description
dev Starts a development instance of the app
build Builds a production instance of the app
start Starts a production instance of the app
lint Runs ESLint
lint:fix Runs ESLint and fixes syntax
prettier Runs Prettier
prettier:fix Runs Prettier and fixes formatting