Astro site with a blog about the Quick Dungeon Crawler Game - it's the official website for the game.
Link: https://quickdungeoncrawler.com
Learn more about the project on the About page.
Press resources are available at https://quickdungeoncrawler.com/press.
GitHub link of the game: https://github.com/Werkstattl/quick-dungeon-crawler-rpg-od
Install nodeJS and GIT. Then git clone this repository locally and run the following commands in your terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
Accessible Astro Starter for top-grade accessibility, SEO and performance