https://github.com/rarimo/web-client-worldcoin-id
https://github.com/rarimo/web-client-worldcoin-id
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rarimo/web-client-worldcoin-id
- Owner: rarimo
- License: mit
- Created: 2023-12-15T11:29:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T13:04:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T07:45:35.800Z (over 1 year ago)
- Language: TypeScript
- Size: 7.92 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./LICENSE) file for details