https://github.com/laixintao/iredis-website
Source code of iredis.io, the site for iredis project.
https://github.com/laixintao/iredis-website
Last synced: 6 months ago
JSON representation
Source code of iredis.io, the site for iredis project.
- Host: GitHub
- URL: https://github.com/laixintao/iredis-website
- Owner: laixintao
- Created: 2019-09-12T02:10:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T07:20:53.000Z (over 2 years ago)
- Last Synced: 2025-04-16T03:17:07.268Z (6 months ago)
- Language: JavaScript
- Homepage: https://iredis.xbin.io/
- Size: 3.18 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Source Code for iredis.io
[Deploy Guide](https://docusaurus.io/docs/en/publishing#hosting-on-netlify)
[](https://app.netlify.com/sites/iredis/deploys)
build command(do not compress svg):
```
cd website; npm install; npm run build;cp -rv static/img/casts/* build/iredis/img/casts
```publish dir:
```
website/build/iredis
```### Dev
1. `yarn install` in website.
2. `npm start`