DnD App Svelte is a web application inspired by D&D Beyond, built using Svelte and Tailwind CSS. This project aims to provide a streamlined interface for managing Dungeons & Dragons characters and campaigns.
Clone the repository:
git clone https://github.com/TheBlackWolf88/dnd-app-svelte.git
cd dnd-app-svelte
Install dependencies:
Using npm:
npm install
Or using Yarn:
yarn install
Start the development server:
Using npm:
npm run dev
Or using Yarn:
yarn dev
The application will be available at http://localhost:5173
.
src/
: Contains the main application source code.public/
: Static assets and the main HTML file.package.json
: Project metadata and scripts.tailwind.config.cjs
: Tailwind CSS configuration.svelte.config.js
: Svelte configuration.vite.config.ts
: Vite configuration for bundling.This project is licensed under the MIT License.