Skip to content

d2foundry/foundry

Repository files navigation

Foundry

Foundry is an advanced weapon roll explorer and buildcrafting tool for Destiny 2.

Getting Started

Develop

To develop all apps and packages, run the following command from the top level directory:

pnpm dev

Build

To build all apps and packages, run the following command from the top level directory:

pnpm build

Apps and Packages

  • web: Foundry NextJS web app
  • docs: a scaffolded Next app right now
  • ui: our component library
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Utilities

This Turborepo has some additional tools already setup for you:

Contribute

Please refer to the CONTRIBUTING.md file for information about how to get involved. We welcome issues, questions, and pull requests.

License

This project is licensed under the terms of the Apache 2.0 License with Common Clause License Conditions. Please refer to LICENSE for the full terms.