Acrom7 / data-mining-generation

Home Page:data-mining-generation.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ЗДП хотя бы одно значение отличное от нормального в любом из периодов

Develop

  1. Install the dependencies. Run:
    yarn
  2. Set up environment variables. See list of pre-configured environment variables bellow. Run:
    yarn configure
  3. Start the development server (see additional info about this feature). Run:
    yarn dev
  4. Open http://localhost:3000 in your browser.

Publish

  1. Install the dependencies. Run:
    yarn
  2. Make the production build. Run:
    yarn build
  3. Start server (see additional info about this feature). Run:
    yarn start

Pre-configured environment variables

  1. NEXT_STATIC_API_BASE_URL — useful for configuring base URL for any API calls.
  2. NEXT_STATIC_ASSETS_VERSION — version of public assets. Can be used to reset browser cache of any assets.
  3. NEXT_STATIC_SLACK_API_TOKEN and NEXT_STATIC_SLACK_API_CHANNEL — used to log errors to any Slack channel using Slack APIs.

About

data-mining-generation.vercel.app


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%