The front-end for a project management app built with React and Tailwind CSS.
- Docker 🐳
To build the docker image, cd in to the whats-the-time directory and run:
docker compose buildNow it should be ready to run.
To run the image, simply use the Docker command:
docker compose upThis will launch the container and map it to port 8000 on your machine. The local server can be accessed at http://localhost:8000.
Press Ctrl + c to stop (yes, its Ctrl + c even on Mac 🍎)