required renderer.js, console logged the processes to see whats available for us to use

This commit is contained in:
Queen Bee 2018-01-05 12:52:28 -08:00
parent efb3decd04
commit eac7525b8c
2 changed files with 9 additions and 1 deletions

View File

@ -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'

View File

@ -8,8 +8,14 @@
</head> </head>
<body> <body>
<h1>DocumentIt</h1> <div class="container">
<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>