This project is a Dungeons & Dragons-like 3D game, built entirely with Nuxt, TresJS, and ThreeJS ❤️
While this project uses pnpm
as the package manager, you can use any package manager of your choice, such as npm
, yarn
, or bun
.
- Clone the repository.
- Install dependencies:
pnpm install --frozen-lockfile
- No
.env
file is required for this project at the moment. - Happy coding! ❤️
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. |
The license for this project is currently undefined. Please check with the project owner for clarification.