Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 456 Bytes

cassia

The cassia project aims to collect a wide range of tools to learn and teach cryptography and steganography and their history.

Setup

npm install

Start development mode

quasar dev

Build and deploy

# 1. build the project
quasar build
# 2. commit and push the build
git commit -m "..."
git push
# 3. push the build to the gh-pages subtree branch
git subtree push --prefix dist/spa origin gh-pages