Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

k4l4p/LF-dine-portal

Repository files navigation

  1. Copy.env.example and rename to.env.[NODE_ENV]
    P.S ifNODE_ENV is not specified, default loading.env.local
NEXT_PUBLIC_API_ENDPOINT=backend endpointNEXT_PUBLIC_CONTRACT_ADDRESS=contract address

For vercel deployment, please refer tothis page to set env. variables

  1. Add CORS rule on thebackend
constcorsOptions={origin:[// localhost"http://localhost:3000",// ...],optionsSuccessStatus:200};app.use(cors(corsOptions));
  1. Install packages and run
yarn# devyarn dev# buildyarn buildyarn start

[8]ページ先頭

©2009-2025 Movatter.jp