Service to manage redirection by the vote.health domain.
- Clone this repository with
git clone [email protected]:vot-er/voter-webapp.git
- Install and run Docker Desktop
- Install VSCode and use it to open the repository
- Install VSCode Pluglin Remote - Containers (or look up 'Remote - Containers' in Extensions in VSCode)
- Copy
.env-sample
to.env
- Open the VSCode workspace in a development container with
View > Command Palette > Remote-Containers: Reopen in Container
(or click the green symbol in the bottom left corner) - Install dependencies using
yarn install
- Go to
localhost:5000