-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Development in Local | ||
|
||
```bash | ||
bun install | ||
``` | ||
|
||
And then you can update `feishu-pages/.env` to setup your own ENV variables. | ||
|
||
### Export Feishu Pages | ||
|
||
Here is the command to export Feishu Pages to local: | ||
|
||
```bash | ||
bun run export | ||
``` | ||
|
||
### Start VitePress Server | ||
|
||
```bash | ||
bun run dev | ||
``` | ||
|
||
## Release a New Version | ||
|
||
1. Update `feishu-pages/package.json` with a new version number. | ||
2. Create git tag with the same version number. | ||
3. Push the tag to GitHub. | ||
4. Then the GitHub Action will automatically release the new version to npm. | ||
5. Write Releate Notes in [Release Page](https://github.com/longbridgeapp/feishu-pages/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters