Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 614 Bytes

Twote

One Pager

A social media app where users can post messages and follow other users.

Architecture

Local Setup

See SETUP.md for instructions on how to set up the project on your local machine.

Running the app

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.