Skip to content

alevidals/loop

Repository files navigation

drawing

Table of contents

Screenshots

Desktop screenshot 1 Desktop screenshot 2 Desktop screenshot 3 Mobile screenshot

To start

Prerequisites

  • Node > 20 version. You can use NVM to setup a node version manager

  • Package manager

    • PNPM

      npm install -g pnpm
    • NPM

      npm install -g npm@latest
    • YARN

      npm install -g yarn
  • Fill the .env file with the required environment variables. You can use the .env.example file as a reference.

Installation

If you are going to use a package manager other than "pnpm" run this command before you begin rm -rf node_modules && rm pnpm-lock.yaml

  1. Clone the repository

    git clone https://github.com/alevidals/loop.git
  2. Install the packages (You can use npm or yarn instead of pnpm if you like)

    pnpm install
  3. Apply migrations and seed the database (You can use npm or yarn instead of pnpm if you like)

    pnpm db:migrate && pnpm db:seed
  4. Execute the project (You can use npm or yarn instead of pnpm if you like)

    pnpm run dev

About

E-commerce done with Next.js + Turso + Stripe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages