Skip to content

mark-dock/mark-dock-web

Repository files navigation

MarkDock Web Repo

This repository stores all the code for the MarkDock web application.

Documentation

Getting Started

  1. Clone the repository
git clone git@github.com:mark-dock/mark-dock-web.git
  1. Verify the API URL in the .env.development file. The API URL should be the URL of your local MarkDock API server.

  2. Run the docker container with the following command

docker compose up
  1. Open the browser and navigate to http://localhost:3000

  2. (Optional) If you are running the application inside WSL and want to access the application from another device on the same network, you need to run the following command to get the IP address of the WSL container. (This command will expose the WSL container to the network)

sudo apt install npm # If you don't have npm installed
npx expose-wsl@latest

This will output the IP address of the WSL container. You can now access the application from another device on the same network by navigating to http://<WSL_IP>:3000

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages