Welcome to Project CROW, a series of mini-campaigns for Netrunner aiming to provide an introductory experience for beginners, who have played System Gateway and System Update 2021 by Null Signal Games. They consist of a number of duel decks starting at the initial card pool of System Gateway and System Update 2021, sometimes adding in a few key cards from the larger Standard card pool, and then advancing over multiple stages to finally end at top-level competitive Standard decks played at current tournaments of its time.
The website can be found here!
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Generate the static pages:
npx nuxi generate