All Projects → potato4d → Pokemon63

potato4d / Pokemon63

「みんなの63 - スクリーンショットから自動解析できるポケモンの選出投稿サイト」のソースコード

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Pokemon63

Nuxt Ssr Firebase
Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 273 (+155.14%)
Mutual labels:  firebase, nuxt
Tailwindcss Module
Tailwind CSS module for Nuxt
Stars: ✭ 678 (+533.64%)
Mutual labels:  nuxt, tailwindcss
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (+353.27%)
Mutual labels:  firebase, nuxt
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-82.24%)
Mutual labels:  nuxt, tailwindcss
Nuxt Tailwind
A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Stars: ✭ 71 (-33.64%)
Mutual labels:  nuxt, tailwindcss
nuxt-tailwind-purgecss
A Nuxt.js example with Tailwind CSS v1.2 and Purgecss
Stars: ✭ 37 (-65.42%)
Mutual labels:  nuxt, tailwindcss
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+459.81%)
Mutual labels:  nuxt, tailwindcss
Nuxt Firebase Auth
An example of using Nuxt with Firebase to auth users without a server
Stars: ✭ 120 (+12.15%)
Mutual labels:  firebase, nuxt
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-57.94%)
Mutual labels:  firebase, nuxt
Nuxt Cockpit Static Blog
A static blog built with Nuxt.js, Tailwindcss and Cockpit headless CMS
Stars: ✭ 39 (-63.55%)
Mutual labels:  nuxt, tailwindcss
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+57.01%)
Mutual labels:  nuxt, tailwindcss
Laranuxt
Laravel and Nuxt.js boilerplate
Stars: ✭ 98 (-8.41%)
Mutual labels:  nuxt, tailwindcss
Statusfy
A Marvelous Open Source Status Page System
Stars: ✭ 2,577 (+2308.41%)
Mutual labels:  web-application, nuxt
I Hate Regex
The code for iHateregex.io 😈 - The Regex Cheat Sheet
Stars: ✭ 3,176 (+2868.22%)
Mutual labels:  nuxt, tailwindcss
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+93.46%)
Mutual labels:  firebase, nuxt
Firebase Module
🔥 Easily integrate Firebase into your Nuxt project. 🔥
Stars: ✭ 493 (+360.75%)
Mutual labels:  firebase, nuxt
Instagram
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Instagram Using React
Stars: ✭ 109 (+1.87%)
Mutual labels:  firebase, tailwindcss
Sapper Firebase Typescript Graphql Tailwindcss Actions Template
A template that includes Sapper for Svelte, Firebase functions and hosting, TypeScript and TypeGraphQL, Tailwind CSS, ESLint, and automatic building and deployment with GitHub Actions
Stars: ✭ 111 (+3.74%)
Mutual labels:  firebase, tailwindcss
Sapper Template Firebase
Starter Rollup template for Sapper apps with Firebase functions based on https://github.com/nhristov/sapper-template-rollup.
Stars: ✭ 29 (-72.9%)
Mutual labels:  firebase, tailwindcss
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-13.08%)
Mutual labels:  web-application, tailwindcss

img

みんなの63

これは「みんなの63 - 振り返って強くなる自動解析できるポケモン選出投稿サイト」の開発レポジトリです。

Installation

Environment Varialbles

Firebase のプロジェクトを用意して設定してください。

手軽に確認したい場合、テスト用に用意している Firebase プロジェクトがあるため、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"

Hosting へのデプロイやセキュリティルールの設定などはできませんが、全てが読み書きできる状態で開放されています。

Image assets(optional)

ソースコード上には、みんなの63に関わる最低限のアセットのみが存在します。

ローカルで利用したい場合、/pokemon63/static/images/icons/1.png から /pokemon63/static/images/icons/527.png までの画像を、なんらかの手段で src/static/static/images/icons へと配置してください。

配置が完了した後、以下のコマンドを実行することで、ローカルでもポケモンのアイコンなどを利用しての動作確認が可能となります。

$ cd src/static
$ mkdirp pokemon63
$ cd pokemon63
$ ln -s ../static/ ./static/

Server

$ yarn
$ yarn dev
$ open 'http://localhost:3000/pokemon63/'

LICENCE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].