16 releases

0.4.20 Jun 19, 2022
0.4.19 Jun 19, 2022
0.4.0 Feb 15, 2021
0.3.0 Feb 15, 2021
0.1.0 Nov 16, 2020

#1558 in Web programming

MIT license

14KB
120 lines

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

Dependencies

~30–44MB
~1M SLoC