A web application for managing DKP (Dragon Kill Points) auctions, built with Svelte.
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.
- Create and manage DKP auctions
- Real-time bidding
- User authentication and roles
- Responsive design
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
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
.
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
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.