Skip to content

Commit f0cdb19

Browse files
committed
Update README.md
1 parent 87811ed commit f0cdb19

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You need `NodeJs` and `yarn` installed on your machine.
112112

113113
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.
114114

115-
```.env
115+
```bash
116116
NEXT_PUBLIC_FIREBASE_API_KEY=<your_FIREBASE_APP_API_KEY>
117117

118118
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=<your_FIREBASE_APP_AUTH_DOMAIN>
@@ -127,6 +127,11 @@ NEXT_PUBLIC_FIREBASE_APP_ID=<your_FIREBASE_APP_APP_ID>
127127

128128
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=<your_FIREBASE_APP_MEASUREMENT_ID>
129129

130+
NEXT_PUBLIC_PEXELS_API_KEY=<your_NEXT_PUBLIC_PEXELS_API_KEY>
131+
132+
# don't change the following env var
133+
NEXT_PUBLIC_PEXELS_QUERY_URL=https://api.pexels.com/v1
134+
130135
```
131136

132137
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
165170
## Roadmap
166171

167172
- [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
168176
- [ ] Custom theme configuration
169177
- [ ] Publish your themes
170-
- [ ] Import and export snippng config to quickly build the editor (download the JSON file with editor config)
171178
- [ ] Build more themes to choose from
172-
- [ ] Add theme presets to choose from
173-
- [ ] Option to create/save single default editor config for user
174179

175180
<p align="right">(<a href="#readme-top">back to top</a>)</p>
176181

0 commit comments

Comments
 (0)