Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanshah1996 authored Apr 11, 2021
1 parent 1b91c8b commit 53659c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53659c0

Please sign in to comment.