Skip to content

rarimo/web-client-worldcoin-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b68b751 · Oct 8, 2024

History

35 Commits
Mar 13, 2024
May 1, 2024
May 1, 2024
Mar 13, 2024
May 23, 2024
Feb 6, 2024
Dec 6, 2023
Dec 6, 2023
Dec 6, 2023
Oct 8, 2024
May 13, 2024
May 1, 2024
Dec 6, 2023
Dec 6, 2023
Dec 6, 2023
May 1, 2024
Dec 6, 2023
Dec 6, 2023
Dec 6, 2023
May 1, 2024
May 28, 2024
Dec 6, 2023
Feb 21, 2024
May 1, 2024
Feb 15, 2024
Dec 6, 2023
May 28, 2024
Dec 6, 2023
May 1, 2024
May 1, 2024
Dec 6, 2023
May 1, 2024

Repository files navigation

World ID



Getting started

Project setup

yarn | yarn install

env variables

env-variables is setup by default, just run copy .env-development to .env.development or fill new with .env.example

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run tests

yarn test

Lints release/release candidate version

yarn rsc %release-version%

Build docker image with version

 docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t react-template .

License

This project is licensed under the MIT License - see the LICENSE.md file for details