Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for building and running the app #297

Open
winksaville opened this issue May 24, 2024 · 0 comments
Open

Add documentation for building and running the app #297

winksaville opened this issue May 24, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@winksaville
Copy link
Contributor

Describe your feature request
Add documentation to show how to build the executable
and then run that executable from the command line.

*** Building from within src-tauri/ directory:

$ pnpm tauri build --no-bundle

> [email protected] tauri /home/wink/prgs/SurrealDB/surrealist
> tauri "build" "--no-bundle"

    Running beforeBuildCommand `pnpm build`
...
   Compiling muda v0.13.1
   Compiling tauri-plugin-localhost v2.0.0-beta.4
   Compiling tauri-plugin-single-instance v2.0.0-beta.7
    Finished `release` profile [optimized] target(s) in 1m 23s

*** Running from within src-tauri/ directory:

$ ./target/release/surrealist 
[2024-05-24][21:11:29][tracing::span][TRACE] async_io::block_on;
[2024-05-24][21:11:29][surrealist][INFO] Launch args: Args { inner: ["./target/release/surrealist"] }
[2024-05-24][21:11:29][tracing::span::active][TRACE] -> async_io::block_on;
...

Are you willing to contribute this feature?
Yes

Related pull request (if applicable)
No PR yet, I like to know where the to put it

@winksaville winksaville added the enhancement New feature or request label May 24, 2024
@macjuul macjuul added the documentation Improvements or additions to documentation label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants