Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Newbies-Workplace/jeteo-web

Repository files navigation

jeteo-web

Development

Instalation

  • Clone this repo
  • Install nodejs
    • Node Version Manager
    nvm use
    • or install nodejs not older than presented in .nvmrc
  • npm install

Dev Server

npm run dev

Deployment

Configuration

We recommend using the prepared Docker image >link<

Docker

Here's image link.

docker run --name web -e API_URL=https://api.domain.tld jeteo-web:latest

Environment Variables

Name Description Example Value
API_URL Api's url https://api.domain.tld