Skip to content

Workout-with-MEMS/Frontend

Repository files navigation

Frontend

Setup

There are two ways to set up your environment:

  1. Manual Installation
  2. Docker

Docker is recommended because it is simpler.

Installation

If you want to set up your environment manually, follow the instruction depending your OS:

Docker

Follow Install Docker Engine to install Docker Desktop.

Run the App

If you set up your environment manually, run:

npm start

If you use Docker, run:

docker-compose up

If you get the network mems-network declared as external, but could not be found error, run:

docker network create mems-network --subnet=192.168.1.0/24 --gateway=192.168.1.1

About

Frontend app for Deadlift Form Checker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published