kostia-official / ci-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esports-calendar

Local run

npm install -> Install Modules

npm run dev -> Dev Server

npm run build -> Build production files to ./build folder

npm start -> Production Server

Environment variables

You can set them for your local environment in the file .env in the project root.

List of environment variables

  • PORT - server port
  • ELASTICSEARCH_HOST - Specify the host that the client will connect to in a format https://username:password@host:port.

About


Languages

Language:JavaScript 93.8%Language:Dockerfile 6.2%