Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 918 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 918 Bytes

pipeline status coverage report client docs server docs

FlickRS

FlickRS logo

How to run client

In ./flickrs-client/ run the following commands:

wasm-pack build

or 

wasm-pack build --release

This will generate the wasm file.

After generating the wasm file, run the following commands in ./flickrs-client/flick-rs/:

npm install
npm start