Small readme improvements
This commit is contained in:
parent
278fa912df
commit
0916f54045
1 changed files with 20 additions and 11 deletions
15
README.md
15
README.md
|
|
@ -5,7 +5,6 @@
|
||||||
[](https://github.com/schmelczer/vault-link/actions/workflows/publish-docker.yml)
|
[](https://github.com/schmelczer/vault-link/actions/workflows/publish-docker.yml)
|
||||||
[](https://github.com/schmelczer/vault-link/actions/workflows/publish-plugin.yml)
|
[](https://github.com/schmelczer/vault-link/actions/workflows/publish-plugin.yml)
|
||||||
|
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
### Install [nvm](https://github.com/nvm-sh/nvm)
|
### Install [nvm](https://github.com/nvm-sh/nvm)
|
||||||
|
|
@ -15,7 +14,6 @@
|
||||||
- `nvm use 22`
|
- `nvm use 22`
|
||||||
- Optionally set the system-wide default: `nvm alias default 22`
|
- Optionally set the system-wide default: `nvm alias default 22`
|
||||||
|
|
||||||
|
|
||||||
### Set up Rust
|
### Set up Rust
|
||||||
|
|
||||||
- Install [`rustup`](https://rustup.rs): `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
- Install [`rustup`](https://rustup.rs): `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||||
|
|
@ -31,6 +29,18 @@ flatpak install flathub md.obsidian.Obsidian
|
||||||
flatpak run md.obsidian.Obsidian
|
flatpak run md.obsidian.Obsidian
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Run in development mode
|
||||||
|
|
||||||
|
Start the server:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd sync-server && cargo run config-e2e.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd frontend && npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
### Scripts
|
### Scripts
|
||||||
|
|
||||||
#### Update HTTP API TS bindings
|
#### Update HTTP API TS bindings
|
||||||
|
|
@ -45,7 +55,6 @@ scripts/update-api-types.sh
|
||||||
scripts/bump-version.sh patch
|
scripts/bump-version.sh patch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Run E2E tests
|
#### Run E2E tests
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue