Skip to content

Kyberia/kyberia-client

Repository files navigation

kyberia-client

a project for building the new UI of kyberia.sk

Build Status codecov

How to

  • get code: clone repo and install deps yarn or npm install
  • run: npm start
  • build: npm run build
  • test: npm test

Docker

  • build container docker build -t kyberia-client --build-arg REACT_APP_BACKEND_URL=http://example.com/ .
  • run compiled app docker run --rm -it -p 80:9000 kyberia-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published