ixofoundation / ixo-webclient

Web portal to the Internet of Impact
Apache License 2.0
27 stars 16 forks source link

IXO Webclient

Twitter Follow Medium

This project serves as the Front-end Web platform for the IXO ecosystem.

Built Using

React Styled Components TypeScript Redux GraphQL Postman Jest

Built to work with

Back-end for all API calls and DID management.

Setup

yarn install

Running

Development

cp .env-example .env
yarn run dev

When changing file names please ensure to have run the following command:

git config core.ignorecase false

Build & production

yarn build
yarn start

Deployment

Netlify

Deploy to Netlify

Akash

Akash

Docker

git clone https://github.com/ixofoundation/ixo-webclient && cd ixo-webclient && git checkout impact
docker build -t ixo-webclient:latest .

Now run the image with either of these two options.

Docker run

docker run -p 3000:3000 ixo-webclient:latest

Docker-compose

Modify the port value to the value specified in default.conf if it was changed

docker-compose up -d

Akash

Akash

Architecture & flow

Styling

IXO Web is styled using styled components. all styling information is kept within a component. The main file - App.tsx contains theme information, where you can add variables for use through the Web App.

Container Components

License

Apache 2.0 license