Skip to content

a-schulz/ALADIN_Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALADIN_Cryptography

I created this project during my studies. It's purpose is to generate exercises for students in different difficulties and with solution aids.

The current implementation represents the RSA task type.

Deployed Demo Deployed Software-Dokumentation

Used technologies:

  • Vite
  • React
  • Bootstrap
  • Typescript

Installation

cd src
npm install
cd frontend
npm install

Testing

cd src/frontend
npm run dev

Build

cd src/frontend
npm run build

Note

In src/frontend/main.tsx we specify the basename, which is the path to the folder where the index.html is located. If you want to use the application in a subfolder, you have to change this path.

Docs

The documentation is generated with typedoc.

cd src
npx typedoc .

The output at docs/docs is automatically deployed to github pages.

Deployment

The frontend is automatically deployed to github pages. Just copy the content of the dist folder to the docs folder.

License

MIT

(This README was generated with ❤️ by readme-md-generator)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published