GithubHelp home page GithubHelp logo

sim1222 / exdeck-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exdeck/exdeck-backend

0.0 0.0 0.0 315 KB

Backend for EXDeck (Birdseye)

Home Page: https://exdeck.jp/

License: MIT License

Shell 4.31% JavaScript 0.43% TypeScript 95.26%

exdeck-backend's Introduction

EXDeck

Backend for EXDeck

EXDeckは、軽量なマルチカラムのTwitterクライアントです。

関連リポジトリ

必要要件

インストール

以下のコマンドを実行します。

git clone https://github.com/EXDeck/exdeck-backend.git
cd exdeck-backend
pnpm install

使い方

.envファイルを作成します。 .envでは以下の内容が設定可能です。 これらのうちCKおよびCSは設定が必須です。他の項目は必要に応じて設定してください。

CK=[your twitter API consumer key]
CS=[your twitter API consumer secret]
ORIGIN=[frontend origin / defalut: https://localhost:3000]
PORT=[listening port / defalut: 3000]
SSL=[using SSL (true/false)]
C_HTTPONLY=[cookie http only option (true/false)]
C_SECURE=[cookie secure option (true/false)]
C_SAMESITE=[cookie samesite option (strict/lax/none) / default: strict]
C_DOMAIN=[cookie domain option]
C_MAXAGE=[cookie max age option]

ローカルのSSL証明書を使用する場合は以下の手順で証明書を発行してください。

  1. mkcertのインストール
  2. mkcert --install && mkcert localhost

開発用サーバーの起動

以下のコマンドを実行します。

pnpm dev

サーバーの起動

以下のコマンドを実行します。

pnpm bs

ビルド

以下のコマンドを実行します。

pnpm build

ライセンス

Copyright (c) 2022 EXDeck https://github.com/EXDeck

このソフトウェアは、MIT Licenseに基づき配布しています。

exdeck-backend's People

Contributors

steve-0628 avatar souhait0614 avatar cffnpwr avatar taiyme 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.