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

Create desktop app version of ByteShare #211

Open
ambujraj opened this issue May 5, 2024 · 2 comments
Open

Create desktop app version of ByteShare #211

ambujraj opened this issue May 5, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request frontend

Comments

@ambujraj
Copy link
Member

ambujraj commented May 5, 2024

Is your feature request related to a problem? Please describe.
There should be app version of ByteShare

Describe the solution you'd like
Create app version of ByteShare.

@ambujraj ambujraj added enhancement New feature or request frontend labels May 5, 2024
@ambujraj ambujraj changed the title Create app version of ByteShare Create desktop app version of ByteShare May 5, 2024
@ambujraj
Copy link
Member Author

ambujraj commented May 5, 2024

Follow this documentation: https://tauri.app/v1/guides/getting-started/setup/next-js/

@ambujraj ambujraj self-assigned this May 5, 2024
@ambujraj
Copy link
Member Author

Also secure the env variables

import { secureStorage } from '@tauri-apps/api/secure-storage';

await secureStorage.write('key', 'value');

const value = await secureStorage.read('key');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant