Skip to content

Files

Latest commit

 

History

History

website

Magika website

This is a simple website explaining how to use Magika. You can load it in your browser by clicking this link.

To quicky edit the demo and get a feel on how to run Magika, click here to start a Github Codespace (that is, a temporary virtual machine).

To start the website locally, you'll need Node installed. Then, execute:

cd docs
yarn install
yarn run dev