https://github.com/everx-labs/contests-v2
https://github.com/everx-labs/contests-v2
everscale
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/everx-labs/contests-v2
- Owner: everx-labs
- Created: 2020-11-12T16:56:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:34:13.000Z (9 months ago)
- Last Synced: 2024-11-24T01:56:13.544Z (6 months ago)
- Topics: everscale
- Language: JavaScript
- Homepage:
- Size: 512 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```