-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b91c8b
commit 53659c0
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |