Skip to content

henkaku-center/cit-coin-ui

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2024
Apr 1, 2023
Jan 30, 2025
Jul 9, 2023
Apr 10, 2023
Jan 30, 2025
Feb 12, 2025
Mar 6, 2023
Mar 21, 2024
Mar 18, 2024
Feb 12, 2025
Mar 11, 2023
Jan 27, 2025
Mar 25, 2023
Mar 11, 2023
Mar 19, 2024
Mar 6, 2023
Mar 8, 2024

Repository files navigation

CIT Coin UI

Introduction

This is a CIT Coin Frontend project Next.js project bootstrapped with create-next-app.

これは、create-next-app でブートストラップされた CIT-Coin フロントエンド プロジェクト Next.js プロジェクトです。

Encoding Google API Keys:

This application needs Google Service Account for running and accessing Google Sheets and Google Firebase Database.

If you want to encode keys to base64 format for setting it in an environment variable, you can check it with the following command:

Example:

yarn encode-keys --file keys/google-sheets-service-account.json

Running the Interface

We can simply run the dev command to run the Next.js app in the development mode. to build, We can run the build command.

yarn dev # development server
yarn build

External Links:

  1. Spreadsheets API: https://developers.google.com/sheets/api/quickstart/js