Skip to content

Commit

Permalink
Add README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-pirog authored Mar 19, 2023
1 parent 4abf4d5 commit e32bf0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# pokerio-server

[![Build](https://github.com/poker-io/pokerio-server/actions/workflows/main.yml/badge.svg)](https://github.com/poker-io/pokerio-server/blob/main/.github/workflows/main.yml)
[![Lint](https://github.com/poker-io/pokerio-server/actions/workflows/eslint.yml/badge.svg)](https://github.com/poker-io/pokerio-server/blob/main/.github/workflows/eslint.yml)
[![Prettier](https://github.com/poker-io/pokerio-server/actions/workflows/prettier.yml/badge.svg)](https://github.com/poker-io/pokerio-server/blob/main/.github/workflows/prettier.yml)
[![Tests](https://github.com/poker-io/pokerio-server/actions/workflows/test.yml/badge.svg)](https://github.com/poker-io/pokerio-server/blob/main/.github/workflows/test.yml)
[![codecov](https://codecov.io/gh/poker-io/pokerio-server/branch/main/graph/badge.svg?token=4QCZNOWFZJ)](https://codecov.io/gh/poker-io/pokerio-server)

## Building

Run `yarn install`

## Running

Run `yarn start`.

## Testing

We use Jest for testing. To run it, simply type `yarn test`.
Make sure your Node's version is > v18 (`nvm install v18.15.0` to install appropriate version).

0 comments on commit e32bf0f

Please sign in to comment.