Skip to content

liberland/Elections-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Liberland Election Explorer

Prerequisites

Create docker network for backend <-> frontend communication

docker network create liberland-election-explorer

Build and deploy backend

  1. Build docker image
docker build -t liberland-election-explorer backend
  1. Run
docker run -d --network liberland-election-explorer --name liberland-election-explorer --restart unless-stopped liberland-election-explorer

Build and deploy frontend

  1. Build docker image
docker build -t liberland-election-explorer-frontend frontend
  1. Run
docker run -d --network liberland-election-explorer --name liberland-election-explorer-frontend --restart unless-stopped -p 3000:3000 liberland-election-explorer-frontend

About

Elections Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages