Skip to content

Latest commit

 

History

History
 
 

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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