Giter Site home page Giter Site logo

whisperdragonblazor's Introduction

WhisperDragonBlazor

WhisperDragonBlazor is CommonSecrets compatible password/secrets manager for browsers. Made with Blazor.

Web link

Not there yet

Requirements (use)

You have to have newish internet browser

Requirements (develop)

.NET 7 or newer

How to run / develop

Move to src folder and the run

dotnet run

And then you can open http://localhost:5000 in your browser

How to publish

Move to src folder and the run

dotnet publish -c Release

and content should be in bin\Release\net7.0\publish\wwwroot folder.

Docker

In case you want to build a docker image that serves the WhisperDragonBlazor then use following command

docker build -t whisperdragonblazor .

and if you want to run that then

docker run -p 8080:80 whisperdragonblazor

and you can access it via browser by using http://localhost:8080/

Licenses

All code files (*.cs, .blazor) and HTML files (.html) are under Unlicense

The CSS file (mvp.css) is under MIT License.

whisperdragonblazor's People

Contributors

mcraiha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.