8000 GitHub - oldbear24/dkp-auction-web
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oldbear24/dkp-auction-web

Repository files navigation

dkp-auction-web2

A web application for managing DKP (Dragon Kill Points) auctions, built with Svelte.

Table of Contents

Introduction

dkp-auction-web2 is a web application designed to help guilds manage DKP auctions efficiently. It leverages the power of Svelte to provide a fast and responsive user experience.

Features

  • Create and manage DKP auctions
  • Real-time bidding
  • User authentication and roles
  • Responsive design

Installation

To get started, clone the repository and install the dependencies:

git clone https://github.com/yourusername/dkp-auction-web2.git
cd dkp-auction-web2
npm install

Usage

To start the application, run the following command:

npm run dev

This will start a development server and you can view the application in your browser at http://localhost:5000.

Development

For development, you can use the following commands:

# Start the development server
npm run dev

# Start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with:

npm run preview

To deploy your app, you may need to install an adapter for your target environment.

0