Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://connect2ic.github.io/docs/
Connect2IC Doc
https://connect2ic.github.io/docs/
ic icp identity internet-computer modal wallet
Last synced: 5 days ago
JSON representation
Connect2IC Doc
- Host: GitHub
- URL: https://connect2ic.github.io/docs/
- Owner: Connect2IC
- License: apache-2.0
- Created: 2022-04-29T14:46:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T14:01:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:17:39.948Z (3 months ago)
- Topics: ic, icp, identity, internet-computer, modal, wallet
- Language: HTML
- Homepage: https://connect2ic.github.io/docs/
- Size: 53.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-internet-computer - connect2ic - A frontend auth library & toolkit for the Internet Computer. (Wallets and Authentication / Libraries)
README
# Connect2IC Documentation
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.