
This is the development repository for "Everyone's 63 - A Pokémon selection submission site that allows you to look back and make yourself stronger."
Please prepare and configure your Firebase project.
If you want to check easily, there is a Firebase project that you have prepared for testing, so please set the following in cp .env.sample .env .
FIREBASE_API_KEY = " AIzaSyB-Jh74U8rwbQq6sMyLTliOamXhGyE3U2g "
FIREBASE_AUTH_DOMAIN = " minnano63-dev.firebaseapp.com "
FIREBASE_DATABASEURL = " https://minnano63-dev.firebaseio.com "
FIREBASE_PROJECT_ID = " minnano63-dev "
FIREBASE_STORAGE_BUCKET = " minnano63-dev.appspot.com "
FIREBASE_MESSAGING_SENDER_ID = " 924539713345 "
FIREBASE_APP_ID = " 1:924539713345:web:a5ab68eff31fcab88b53c0 "
FIREBASE_MEASUREMENT_ID = " G-SJ4HEZYE1T "You cannot deploy to Hosting or set security rules, but everything is open to read and write.
In the source code, there are only a minimum of assets related to everyone's 63.
If you wish to use it locally, place the images from /pokemon63/static/images/icons/1.png to /pokemon63/static/images/icons/527.png in some way to src/static/static/images/icons.
After the placement is complete, you can check the operation locally by running the following command.
$ cd src/static
$ mkdirp pokemon63
$ cd pokemon63
$ ln -s ../static/ ./static/
$ yarn
$ yarn dev
$ open ' http://localhost:3000/pokemon63/ ' MIT