required renderer.js, console logged the processes to see whats available for us to use
This commit is contained in:
parent
efb3decd04
commit
eac7525b8c
|
@ -1,2 +1,4 @@
|
||||||
# documentit
|
# documentit
|
||||||
A tool for better documenting online harassment
|
A tool for better documenting online harassment
|
||||||
|
|
||||||
|
To launch the application from the files directory at the command line type 'npm start'
|
||||||
|
|
|
@ -8,8 +8,14 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container">
|
||||||
<h1>DocumentIt</h1>
|
<h1>DocumentIt</h1>
|
||||||
|
<div id="output"></div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<script>
|
||||||
|
console.log(process);
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
require('./renderer.js');
|
require('./renderer.js');
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user