objstor

Crates.ioobjstor
lib.rsobjstor
version0.4.20
sourcesrc
created_at2020-11-16 08:31:09.797895
updated_at2022-06-19 19:40:35.125146
descriptionOne stop for storing all your data.
homepage
repositoryhttps://github.com/prabirshrestha/objstor
max_upload_size
id312824
size46,928
Prabir Shrestha (prabirshrestha)

documentation

README

objstor

One stop for storing all your data.

Running objstor in watch mode

cargo install systemfd cargo-watch
npm install
npm start

Open http://localhost:8080 in browser to view the app.

Building objstor for release

npm install
npm build

Running objstor in release mode

npm install
npm start:release

Note: This command doesn't watch for file changes.

Open http://localhost:8080 in browser to view the app.

Updating npm packages

npm run client:updatepackages
git clean -xdf :/
npm install

LICENSE

MIT

Commit count: 0

cargo fmt