You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ You need `NodeJs` and `yarn` installed on your machine.
112
112
113
113
Firebase is used in this project for authentications and to store snippets. In order to contribute in the part requiring Firebase, create a file called `.env` inside the root folder and add the following credentials in it once you create a Firebase app.
It does not matter what credentials you add to your `.env` file, as the app won't crash while developing since the error is taken care of for the Firebase services that are unavailable.
@@ -165,12 +170,12 @@ OR
165
170
## Roadmap
166
171
167
172
-[x] Inject images in the background from url and pexels
173
+
-[x] Import and export snippng config to quickly build the editor (download the JSON file with editor config)
174
+
-[ ] Add theme presets to choose from
175
+
-[ ] Option to create/save single default editor config for user
168
176
-[ ] Custom theme configuration
169
177
-[ ] Publish your themes
170
-
-[ ] Import and export snippng config to quickly build the editor (download the JSON file with editor config)
171
178
-[ ] Build more themes to choose from
172
-
-[ ] Add theme presets to choose from
173
-
-[ ] Option to create/save single default editor config for user
174
179
175
180
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments