Skip to content

ursu29/untitled1

Repository files navigation

Introduction

Syncretis Portal Client

  • Typescript
  • React
  • Apollo Client
  • Ant Design
  • Oauth

Links

DEV

PROD

in current release 1.10

next release: 1.11

Installation process

Install deps

npm install -g yarn && yarn install

Run application

yarn start

open http://localhost:3000

Local development (gateway)

Create file .env.local in root folder and point at API host

REACT_APP_GATEWAY=https://localhost:4000

Then run application

Build

Build with:

yarn build

This command will create artifact in folder /build

Analyze bundle size with:

yarn analyze

Testing

Install deps

npm install -g yarn && yarn install

Run application

yarn start

Run cypress

yarn cypress:open

Contribute

Please check https://portal.syncretis.com/projects/guild-portal/managers and contact anyone from the list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published