Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

jumang4423/u_r_me_basically

Repository files navigation

u r me basically

  • r u me?

🇺🇸english

how to develop locally

# clone
git clone <this html clone key>
# install dependancies
npm install
# serve with hot reload
gatsby develop 

how to build locally

# build all tsx then put built file into /public
gatsby build
# serve /public
gatsby serve

🇯🇵日本語

開発に参加したい?

# クローン
git clone <this html clone key>
# 依存パッケージのインストール
npm install
# ホットリロード付きの開発
gatsby develop 

ビルド方法

# ビルドして/publicに配置
gatsby build
# ビルドしたファイルをローカルで立ち上げる
gatsby serve