Diveshmahajan4 / drooul

A digital marketplace for UI Kits, Templates and Icons

Home Page:https://drooul.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drooul Banner and Logo

Drooul

A digital marketplace for UI Kits, Templates and Icons

Overview

This repository contains the sources of Drooul's website:

Requirements

Use the following tools to set up the project:

Run locally

  1. Fork the repository by clicking on Fork option on top right of the main repository.

  2. Open Command Prompt on your local computer.

  3. Clone the forked repository by adding your own GitHub username in place of <username>.

    git clone https://github.com/<username>/website/
  1. Navigate to the website directory.
    cd drooul
  1. Install all website dependencies.
    npm install
  1. Add all the environment variables
PAYLOAD_SECRET=
MONGODB_URL=
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
RESEND_API_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
  1. Run the website locally.
    npm run dev
  1. Access the live development server at localhost:3000.

About

A digital marketplace for UI Kits, Templates and Icons

https://drooul.up.railway.app


Languages

Language:TypeScript 98.6%Language:CSS 1.2%Language:JavaScript 0.2%