A social media app where users can post messages and follow other users.
See SETUP.md for instructions on how to set up the project on your local machine.
The application runs within Docker. Start it with this command:
./scripts/bootstrap_docker.sh
For windows, use this command:
./scripts/windows/bootstrap_docker.ps1
Next, open http://localhost:3000/ in your browser.