Website for tracking your Backrooms TCG Collection, creating new Decks and sharing those with the community.
View the Site
·
Report Bug
·
Request Feature
Table of Contents
Welcome to the Github-Repository of the website https://backrooms-tcg-deckbuilder.web.app/.
For any bugs or feature requests, please open a new issue in the repository. If you are interested in helping contribute to the project, please open a pull request.
Thank you for helping the website!
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/scottwestover/backrooms-tcg-deck-builder.git
- Install NPM packages
npm install
- Serve the project
npm run start
- See the site served on https://localhost:4200
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Scott - Discord Username: galemius#0322
Project Link: https://github.com/scottwestover/backrooms-tcg-deck-builder
YouTube: https://www.youtube.com/@swestover
This repo is based on the Digimon Card App repo found here: https://github.com/TakaOtaku/Digimon-Card-App.
To deploy the latest changes:
- build the project:
pnpm build
- update
src/environments/environment.prod.ts
with the service account json for the firebase project - run
pnpm deploy:host
to use the firebase cli to deploy directly to firebase