Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 3.42 KB

README.md

File metadata and controls

54 lines (44 loc) · 3.42 KB

98 Cards Helper

98 Cards Helper

Built with TypeScript Node.js Yarn Code Style Conventional Commits License Current version

About

98 Cards is a single play card game which player attempts sort and place 98 cards into 4 piles.
You can get the game at:

This website can help you to keep track of your remaining cards when playing the game. Click on any of the numbers to mark it as a placed card. To undo, simply click on the number again.

Live Demo

Demo is available at https://pinkylam.me/playground/98-cards-helper

Technology Stack

  • Pug
  • CSS3 (SCSS)

Development

Prerequisite

  • Node 12 or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.