lostgeek / project-crow

Website for the Project CROW Netrunner series of decks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for Project CROW

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!

image

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Generate the static pages:

npx nuxi generate

About

Website for the Project CROW Netrunner series of decks


Languages

Language:Vue 76.0%Language:JavaScript 11.3%Language:TypeScript 9.8%Language:SCSS 2.8%