Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

第34回高専プロコン課題部門作品「Asamit!」フロントエンド

Notifications You must be signed in to change notification settings

Asamit-NITTC/asamit-frontend

Repository files navigation

asamit-frontend

Overview

第34回 高専プロコン作品 Asamit! のフロントエンド

Getting Started

First, prepare .env file and set API key.

touch .env
echo "REACT_APP_LIFF_ID=xxxxxxxxxxxxx" >> .env
echo "BASE_URL=https://xxxxxxxxxx.ngrok-free.app" >> .env

Second, install dependencies. And then run the development server:

npm i
npm run dev

Debug mode

echo "DEBUG=TRUE" >> .env

defalut: FALSE

deploy

touch .env.prod
echo "REACT_APP_LIFF_ID=xxxxxxxxxxxxx" >> .env.prod
echo "BASE_URL=https://xxxxxxxxxx.xxx" >> .env.prod
npm run build
firebase deploy --only hosting

About

第34回高専プロコン課題部門作品「Asamit!」フロントエンド

Resources

Stars

Watchers

Forks

Languages