An SRD and open-source material reference site for 5th edition D&D
Open5e is a community-driven project aimed at providing 5e game content. Run by volunteers in their spare time, Open5e welcomes contributions from anyone. The project utilizes the Nuxt3 framework for Vue3, which simplifies frontend development and offers flexibility. The game content is fetched from the open5e API.
To install and use Open5e, follow these steps:
npm install
// or
yarn install
npm run dev
// or
yarn dev
npm run build
npm run start
// or
yarn build
yarn start
npm run generate
// or
yarn generate
For further details on how Open5e works, refer to the Nuxt.js documentation.
Open5e is a community project dedicated to providing 5e game content. Built with the Nuxt3 framework for Vue3, the project offers flexibility and ease of development. The game content is fetched from the open5e API. Installation and usage of the project can be done by following the provided steps.