Skip to content

Commit

Permalink
Merge pull request #29 from wajeshubham/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wajeshubham authored Feb 12, 2023
2 parents d6df6bb + f0cdb19 commit b403016
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You need `NodeJs` and `yarn` installed on your machine.

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.

```.env
```bash
NEXT_PUBLIC_FIREBASE_API_KEY=<your_FIREBASE_APP_API_KEY>
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=<your_FIREBASE_APP_AUTH_DOMAIN>
Expand All @@ -127,6 +127,11 @@ NEXT_PUBLIC_FIREBASE_APP_ID=<your_FIREBASE_APP_APP_ID>
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=<your_FIREBASE_APP_MEASUREMENT_ID>
NEXT_PUBLIC_PEXELS_API_KEY=<your_NEXT_PUBLIC_PEXELS_API_KEY>
# don't change the following env var
NEXT_PUBLIC_PEXELS_QUERY_URL=https://api.pexels.com/v1
```

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.
Expand Down Expand Up @@ -165,12 +170,12 @@ OR
## Roadmap
- [x] Inject images in the background from url and pexels
- [x] Import and export snippng config to quickly build the editor (download the JSON file with editor config)
- [ ] Add theme presets to choose from
- [ ] Option to create/save single default editor config for user
- [ ] Custom theme configuration
- [ ] Publish your themes
- [ ] Import and export snippng config to quickly build the editor (download the JSON file with editor config)
- [ ] Build more themes to choose from
- [ ] Add theme presets to choose from
- [ ] Option to create/save single default editor config for user
<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down

1 comment on commit b403016

@vercel
Copy link

@vercel vercel bot commented on b403016 Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.