https://github.com/aelfproject/summit-collection
all summit support website
https://github.com/aelfproject/summit-collection
Last synced: about 2 months ago
JSON representation
all summit support website
- Host: GitHub
- URL: https://github.com/aelfproject/summit-collection
- Owner: AElfProject
- Created: 2019-08-05T10:31:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T07:18:12.000Z (almost 7 years ago)
- Last Synced: 2026-02-24T04:44:51.500Z (3 months ago)
- Language: JavaScript
- Size: 3.92 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# summit-collection
All summit support website.
## Install
`sudo yarn install`
If you hav install the puppeteer in the project, you can skip the puppeteer's download by run as follows:
`sudo env PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn install`
Tips:
1. If you aren't linux user you may also need to download rename with brew
2. If `sudo yarn install` get stuck when download 'puppeteer' you can try to change the mirror of Chrominum following the code below:
```bash
vi .npmrc
type puppeteer_download_host = https://storage.googleapis.com.cnpmjs.org
```
3. Lastly, if 2 don't work for you, you can try:
```bash
sudo PUPPETEER_DOWNLOAD_HOST=https://storage.googleapis.com.cnpmjs.org cnpm i puppeteer -D
```