- Execute these commands. (assuming you have
docker
anddocker-compose
installed on your system, if not, install them first.)
git clone https://github.com/codingCoffee/semaphore
cd semaphore
docker compose up -d
# wait for a min
docker compose exec frontend npm run db:migrate
- Visit http://localhost:3000