https://github.com/alvarosabu/nuxt-3d-dnd-game
https://github.com/alvarosabu/nuxt-3d-dnd-game
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarosabu/nuxt-3d-dnd-game
- Owner: alvarosabu
- Created: 2025-02-19T19:34:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T11:34:02.000Z (7 months ago)
- Last Synced: 2025-03-12T12:29:59.231Z (7 months ago)
- Language: Vue
- Size: 16.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nuxt - Nuxt 3D DnD Game
README
# Nuxt 3D DnD Game
This project is a Dungeons & Dragons-like 3D game, built entirely with Nuxt, TresJS, and ThreeJS ❤️
## Development
While this project uses `pnpm` as the package manager, you can use any package manager of your choice, such as `npm`, `yarn`, or `bun`.
### Getting Started
1. Clone the repository.
2. Install dependencies:
```sh
pnpm install --frozen-lockfile
```
3. No `.env` file is required for this project at the moment.
4. Happy coding! ❤️### Scripts
Here are some useful commands to get started:
| Command | Description |
|---------|-------------|
| `pnpm dev` | Run the project locally in development mode. |
| `pnpm dev --host` | Run the project in development mode and expose it on your network. |
| `pnpm build` | Build the project. |
| `node .output/server/index.mjs` | Serve the built project for testing. |## Contributors
## License
The license for this project is currently undefined. Please check with the project owner for clarification.