removed console.log(processes) from index.html, updated readme to begin scoping out project goals
This commit is contained in:
parent
01fdfcf420
commit
4a4c2591b9
|
@ -2,3 +2,12 @@
|
|||
A tool for better documenting online harassment
|
||||
|
||||
To launch the application from the files directory at the command line type 'npm start'
|
||||
|
||||
Project Goals:
|
||||
should be able to:
|
||||
Select a path to save files
|
||||
Select a portion of the screen to screen-shot
|
||||
Create HTML File using Case Name as the file name. Screenshot, description, social media identifier and casename added to HTML document.
|
||||
append HTML file with new incident - description - screenshot to document it as one case.
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
</div>
|
||||
</body>
|
||||
<script>
|
||||
console.log(process);
|
||||
</script>
|
||||
<script>
|
||||
require('./renderer.js');
|
||||
|
|
Loading…
Reference in New Issue
Block a user