An open API service indexing awesome lists of open source software.

https://github.com/everx-labs/contests-v2


https://github.com/everx-labs/contests-v2

everscale

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Set your Firebase credentials here:

```src/services/Firebase/FBCredentials.js```

don't forget to set up:
```
web/.firebaserc
web/firebase.json
set your-fb-hosting in deploy:contests script in package.json
```

to run:
```
npm install
git submodule init
git submodule update
npm run web:contests
```