This repository contains the second iteration of NetrunnerDB, the card database for Netrunner. It is written using Ember.js.
You will need the following things properly installed on your computer.
- Git
- Node.js version 18 or 22
- A browser
- netrunner-api-server (which comes with its own set of dependencies) cloned in the same parent folder as this repository
git clone <repository-url>this repositorycd NRDBv2- install
pnpmusing the pnpm installation documentation pnpm install
pnpm start- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
pnpm lintpnpm lint:fix
ember build(development)ember build --environment production(production)
pnpm build runs the production version of ember build.
Specify what it takes to deploy your app.