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
|
||||
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>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>DocumentIt</h1>
|
||||
<div id="output"></div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
console.log(process);
|
||||
</script>
|
||||
<script>
|
||||
require('./renderer.js');
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user