Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

rsksmart/rif-web-sdk-template

Repository files navigation

logo

@rsksmart/rif-web-sdk-template

RIF Web SDK Template

ci docs Coverage Status

Features

Usage

This repo is to be used as a tempalte. It has setup for the tools mentioned above, cinluding CircleCI flow

  1. Create a new repo using this one as a template

Update Shield URLs

  1. Update the shields on the header to point your urls

Update Shield URLs

  1. Start coding!

Run for development

Install dependencies:

npm i

Run unit tests

npm test

Coverage report with:

npm run test:coverage

Run linter

npm run lint

Auto-fix:

npm run lint:fix

Build for production

npm run build