From 53659c0def451bee608c7c542ad5db0397510c51 Mon Sep 17 00:00:00 2001 From: darshanshah1996 Date: Sun, 11 Apr 2021 17:46:48 +0530 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6caa968 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# JS-Editor + +To install project you will need a firebase project.To create one follow:-https://firebase.google.com/docs/web/setup + +Ensure basic password base authentication is enabled for your firebase project and update firebase database rules to read and write only for authenticated users + +Replace all calls in the javascript files with 'Your firebase project url'->'To the project url of the created firebase project' + +Replace all calls in the javascript files with 'Your api ket'->'To api key of the created firebase project' + +Run the project using nodejs using command nodemon editorServer.js localhost 8000