Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Latest commit

 

History

History
58 lines (37 loc) · 1.65 KB

File metadata and controls

58 lines (37 loc) · 1.65 KB

NetrunnerDB v2

This repository contains the second iteration of NetrunnerDB, the card database for Netrunner. It is written using Ember.js.

Prerequisites

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

Installation

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

pnpm build runs the production version of ember build.

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links