Added localhost documentation.

This commit is contained in:
Devine Lu Linvega 2016-11-18 09:21:02 -08:00
parent 2fd9770440
commit be5330fad8
3 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,15 @@ Ronin is a web based drawing application and visual language. Launch index.html
: :
``` ```
#Save/Load
Loading files requires you to run Ronin through localhost. Navigate to the Ronin folder, and run the simple http server.
```
cd /path/to/ronin/ ; Navigate to Ronin through the terminal
python -m SimpleHTTPServer 8000 ; Start localhost
http://localhost:8000/ ; Enjoy Ronin
```
#Modules #Modules
##Canvas ##Canvas
``` ```

View File

@ -30,6 +30,7 @@
<script type="text/javascript" src="scripts/ronin.js"></script> <script type="text/javascript" src="scripts/ronin.js"></script>
<link rel="stylesheet" type="text/css" href="links/main.css"/> <link rel="stylesheet" type="text/css" href="links/main.css"/>
<title>Ronin</title>
</head> </head>
<body> <body>
<div id='ronin'> <div id='ronin'>

BIN
media/filter.mono.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB