Skip to content

project-callisto/crypto-demo

Repository files navigation

Valkyrie Demo

running the auto-linter

npm run clean

setting up a dev server

Install dependencies:

npm install

running a dev server

NODE_ENV=dev DEBUG=* npm start

inspecting asset compilation

NODE_ENV=production npm run heroku-postbuild
ls dist/

running a (mock) production server (locally)

rm -rf node_modules
npm install --quiet --production
NODE_ENV=production npm run heroku-postbuild
NODE_ENV=production heroku local

running local e2e tests

npm run start:e2e &
npm run test:e2e

About

The source code for select components of Callisto's cryptographic approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published