Skip to content

World of Warcraft related website

License

Notifications You must be signed in to change notification settings

wogan/forthehorde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
Apr 1, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Jan 29, 2025
Mar 31, 2025
Jan 15, 2025
Jan 31, 2025
Jan 15, 2025
Jan 30, 2025
Jan 8, 2025
Jan 15, 2025
Jan 15, 2025
Mar 31, 2025
Mar 31, 2025
Jan 22, 2025
Jan 30, 2025
Mar 31, 2025
Jan 31, 2025
Mar 31, 2025

Repository files navigation

forthehorde

World of Warcraft related website

Development

Install dependencies with npm install.

Start a development server:

npm run dev

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

Create a production build:

npm run build

Preview the production build with npm run preview.