This is a CIT Coin Frontend project Next.js project
bootstrapped with create-next-app
.
これは、create-next-app
でブートストラップされた CIT-Coin フロントエンド プロジェクト Next.js
プロジェクトです。
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
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
- Spreadsheets API: https://developers.google.com/sheets/api/quickstart/js