An open API service indexing awesome lists of open source software.

https://github.com/alvarosabu/nuxt-3d-dnd-game


https://github.com/alvarosabu/nuxt-3d-dnd-game

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

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.