Giter Club home page Giter Club logo

nota's Introduction

Web App: Nota 📝

スクリーンショット

スクリーンショット

実行する前に

Firebaseで以下の準備をする。

  1. プロジェクトの作成
  2. Authenticationにて、EmailとPasswordでの認証を許可
  3. Firestoreのセットアップ(データ作成等は不要)
  4. Cloud Storageのセットアップ
  5. 以下のコマンドを実行
cp .env.example .env.local

# Firebaseプロジェクトと連携するための情報等を記入
vi .env.local

# パッケージのインストール
yarn install

# Firebase CLI(firebase-tools)を事前に導入すること
firebase init

# Firestore, Cloud Storageの設定等をデプロイ
yarn deploy:firestore:rules
yarn deploy:firestore:indexes
yarn deploy:storage:rules

🚗💨 ローカル環境での実行

yarn dev

🧪 テスト

Firestoreのセキュリティルールのテストを実行する。

前準備

# Firestoreエミュレーターを導入
firebase setup:emulators:firestore

テストコマンド

yarn test:firestore:account
yarn test:firestore:article

nota's People

Contributors

nemuvski avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.