Skip to content

boardgamers/brass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript engine for Brass, made for boardgamers but it can be used with any other website or service.

Setup

Requirements

Recent version of node / yarn.

Dependencies

In the project's folder:

yarn

Build

To compile Typescript into javascript:

yarn build

Test

yarn test

Usage as a dependency from another module

If you want to use your local copy of this module instead of the npm version, as a dependency of another module, do this:

## In this folder
yarn link

## In the other project's folder
yarn link brass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published