Added localhost documentation.
This commit is contained in:
parent
2fd9770440
commit
be5330fad8
@ -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
|
||||
##Canvas
|
||||
```
|
||||
|
@ -30,6 +30,7 @@
|
||||
<script type="text/javascript" src="scripts/ronin.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="links/main.css"/>
|
||||
<title>Ronin</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='ronin'>
|
||||
|
BIN
media/filter.mono.jpg
Normal file
BIN
media/filter.mono.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 526 KiB |
Loading…
x
Reference in New Issue
Block a user