Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.19 KB

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