Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 241 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 241 Bytes

web-ui

Frontend for Solana Clicker.

To run locally

cd web-ui
yarn install
yarn dev

# open http://localhost:3000

How to run tests

# run tests and watch
yarn test

# run tests and exit
yarn test:ci