Skip to content

Latest commit

 

History

History

web-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Nautilus Wallet Connector

Requirements

  • Node 16

Quick start

npm install

Run a local server:

npm start

The local server uses proxy endpoints to access the back-end API endpoints: see proxy.conf.json (Angular documentation).

Development

Run tests:

npm test
npm run e2e

Run Storybook:

npm run storybook

Run checks & formatting:

npm run lint
npm run format