Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.82 KB

Relivator Next.js Template

Please consider following this project's author, Nazar Kornienko, and consider starring the project to show your ❤️ and support.

cover image

How to Run or Build the Project?

Make sure you have Git, Node.js, and Bun installed. Then:

  1. git clone https://github.com/blefnk/relivator.git
  2. cd relivator
  3. bun i
  4. cp .env.example .env → Fill in the .env file
  5. bun db:push
  6. bun dev / bun run build

What is Relivator?

The Relivator Next.js template serves as the foundation for your eCommerce platform, helping you create efficient, engaging, and profitable online stores. Relivator enhances any eCommerce with the power of modern Next.js, React, TypeScript, Tailwind, and more. For detailed information about the Relivator template and its bootstrapper, Relivator, you can visit the documentation website.

Stack of technologies

  • Core: Next.js 15.1, React 19, TypeScript 5.7
  • Internationalization: next-intl
  • Styling: Tailwind & Shadcn/UI
  • Auth: Clerk
  • Payments: Stripe
  • Database: Drizzle ORM & Neon Postgres
  • File Storage: Uploadthing
  • Tools: ESLint 9, Biome, Knip

What if I want to have another stack?

  1. bun i -g @reliverse/cli@latest
  2. reliverse
  3. Select Build a brand new thing from scratch
  4. Provide details about your new project
  5. Select the technologies you want to use
  6. No more steps! It's ready! 😊🎉